operations

This commit is contained in:
rusefi 2020-07-24 15:23:30 -04:00
parent 984d852178
commit ec8dd82608
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
#!/bin/sh
echo Stopping...
./stop_server.sh
echo Downloading...
rm -rf rusefi_server.jar
wget https://rusefi.com/build_server/autoupdate/rusefi_server.jar
echo Starting...
./start_server.sh