changed to 60s sleep to prevent rollback

This commit is contained in:
crowetic 2024-10-26 17:21:39 -07:00
parent 874077baed
commit fff5802b8d

View File

@ -38,8 +38,8 @@ while true; do
./stop.sh &> stop_output.log &
stop_pid=$!
# Wait for 30 seconds
sleep 30
# Wait for 60 seconds
sleep 60
# Check if stop script succeeded
if ! grep -q "Qortal ended gracefully" stop_output.log; then