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

11 lines
194 B
Bash

#!/bin/bash
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