Update sebi_machine_launcher.sh
This commit is contained in:
parent
6b8bda9223
commit
8f70fcc142
@ -24,7 +24,7 @@ while true; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Just respawn repeatedly until sigint.
|
# Just respawn repeatedly until sigint.
|
||||||
python3.6 -m src
|
python3.6 -m sebimachine
|
||||||
EXIT_STATUS=${?}
|
EXIT_STATUS=${?}
|
||||||
if [ ${EXIT_STATUS} -ne 0 ]; then
|
if [ ${EXIT_STATUS} -ne 0 ]; then
|
||||||
let FAIL_COUNTER=${FAIL_COUNTER}+1
|
let FAIL_COUNTER=${FAIL_COUNTER}+1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user