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