operations
This commit is contained in:
parent
984d852178
commit
ec8dd82608
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue