Add wrapper script for easy restarts.
This commit is contained in:
parent
169f4d4379
commit
3a76598766
6
sebi_machine_launcher.sh
Normal file
6
sebi_machine_launcher.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
until python -m src; do
|
||||
echo "Sebi-Machine shutdown with error: $?. Restarting..." >&2
|
||||
sleep 1
|
||||
done
|
||||
Loading…
x
Reference in New Issue
Block a user