From 8f70fcc142f5a19f91bd2a50513c77e455813afa Mon Sep 17 00:00:00 2001 From: davfsa Date: Thu, 21 Jun 2018 19:56:08 +0200 Subject: [PATCH] Update sebi_machine_launcher.sh --- sebi_machine_launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sebi_machine_launcher.sh b/sebi_machine_launcher.sh index fa6708f..e470234 100644 --- a/sebi_machine_launcher.sh +++ b/sebi_machine_launcher.sh @@ -24,7 +24,7 @@ while true; do fi # Just respawn repeatedly until sigint. - python3.6 -m src + python3.6 -m sebimachine EXIT_STATUS=${?} if [ ${EXIT_STATUS} -ne 0 ]; then let FAIL_COUNTER=${FAIL_COUNTER}+1