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