This commit is contained in:
7
update-script.txt
Normal file
7
update-script.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cd /srv/coreapps/sockeye && \
|
||||
sudo systemctl stop sockeye.service && \
|
||||
sudo rm *.dll && \
|
||||
sudo rm -r ./resource && \
|
||||
sudo rm -r ./wwwroot && \
|
||||
sudo unzip -o ../sockeye-linux-x64-server.zip -x "config.json" && \
|
||||
sudo systemctl start sockeye.service
|
||||
Reference in New Issue
Block a user