Make manage.py executable if it isn't already
This commit is contained in:
parent
9fceca16a4
commit
d1935e4884
1 changed files with 1 additions and 0 deletions
1
setup.sh
1
setup.sh
|
@ -9,6 +9,7 @@ git submodule update
|
||||||
cd lib/jq/
|
cd lib/jq/
|
||||||
npm run build
|
npm run build
|
||||||
cd ../..
|
cd ../..
|
||||||
|
chmod +x manage.py
|
||||||
sudo make-cadir /etc/openvpn/ca
|
sudo make-cadir /etc/openvpn/ca
|
||||||
chmod +x misc/generate-key
|
chmod +x misc/generate-key
|
||||||
sudo cp misc/generate-key /etc/openvpn/ca
|
sudo cp misc/generate-key /etc/openvpn/ca
|
||||||
|
|
Loading…
Reference in a new issue