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