Fix script execution

This commit is contained in:
mathiascode 2019-09-21 18:52:27 +03:00
parent 66f13cef15
commit 26d9aabe8e

View file

@ -20,7 +20,7 @@ while true; do
sleep 5
done &
ttyd -p $PORT script/console &
ttyd -p $PORT sh -c script/console &
sleep 30
while true; do