better status messages
This commit is contained in:
parent
24503cd31c
commit
09c5d28f7f
|
@ -5,6 +5,7 @@
|
|||
#
|
||||
while true
|
||||
do
|
||||
echo Starting network_connector
|
||||
java -jar console/rusefi_console.jar network_connector
|
||||
exit_status=$?
|
||||
echo Exit code: ${exit_status}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
dfu_file=$(ls *dfu | head -1)
|
||||
echo dfu_switch_and_program.sh $dfu_file
|
||||
if [ -z "$dfu_file" ]
|
||||
then
|
||||
echo "No .dfu file(s) found"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd console
|
||||
java -jar rusefi_autoupdate.jar release
|
||||
java -jar rusefi_autoupdate.jar release
|
||||
echo Release update done.
|
Loading…
Reference in New Issue