This commit is contained in:
@@ -112,7 +112,7 @@ rm -r ./wwwroot
|
||||
unzip -o ayanova-linux-x64-server.zip -x "config.json"
|
||||
sudo systemctl start ayanova.service
|
||||
|
||||
Single liner (untested):
|
||||
Single liner (tested, works, so fast it's surprising):
|
||||
sudo systemctl stop ayanova.service && rm *.dll && rm -r ./resource && rm -r ./wwwroot && unzip -o ayanova-linux-x64-server.zip -x "config.json" && sudo systemctl start ayanova.service
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user