Fix service file path in setup
This commit is contained in:
parent
2bf89ba2f0
commit
9c0c07f561
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -11,7 +11,7 @@ npm run build
|
|||
cd ../..
|
||||
./manage.py collectstatic
|
||||
./manage.py migrate
|
||||
sudo cp vpnmanager.service /etc/systemd/system/
|
||||
sudo cp misc/vpnmanager.service /etc/systemd/system/
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable vpnmanager
|
||||
sudo systemctl start vpnmanager
|
||||
|
|
Loading…
Reference in a new issue