rusefi/java_tools/proxy_server/src/main/resources/update_server.sh

11 lines
194 B
Bash
Raw Normal View History

2021-11-28 20:46:37 -08:00
#!/bin/bash
2020-07-24 12:23:30 -07:00
echo Stopping...
./stop_server.sh
echo Downloading...
2020-07-24 11:20:02 -07:00
rm -rf rusefi_server.jar
wget https://rusefi.com/build_server/autoupdate/rusefi_server.jar
2020-07-24 12:23:30 -07:00
echo Starting...
./start_server.sh