From 09c5d28f7fd4bd2f275599a04c1422d25d1c849c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 7 Oct 2020 23:16:47 -0400 Subject: [PATCH] better status messages --- java_console/bin/broadcast.sh | 1 + java_console/bin/dfu_switch_and_program.sh | 1 + java_console/bin/update_bundle_release.sh | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/java_console/bin/broadcast.sh b/java_console/bin/broadcast.sh index a27e5e5628..28df5cc367 100755 --- a/java_console/bin/broadcast.sh +++ b/java_console/bin/broadcast.sh @@ -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} diff --git a/java_console/bin/dfu_switch_and_program.sh b/java_console/bin/dfu_switch_and_program.sh index 2b4d3cb65a..585d11a28d 100755 --- a/java_console/bin/dfu_switch_and_program.sh +++ b/java_console/bin/dfu_switch_and_program.sh @@ -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" diff --git a/java_console/bin/update_bundle_release.sh b/java_console/bin/update_bundle_release.sh index accac3cd09..2237af6e6b 100755 --- a/java_console/bin/update_bundle_release.sh +++ b/java_console/bin/update_bundle_release.sh @@ -1,4 +1,5 @@ #!/bin/bash cd console -java -jar rusefi_autoupdate.jar release \ No newline at end of file +java -jar rusefi_autoupdate.jar release +echo Release update done. \ No newline at end of file