7 lines
154 B
Bash
7 lines
154 B
Bash
#!/bin/bash
|
|
|
|
sudo systemctl stop starenovine
|
|
sudo cp ./server /opt/starenovine/server
|
|
sudo cp -R ./web /opt/starenovine/
|
|
sudo systemctl start starenovine
|