forked from crowetic/QORTector-scripts
changed to 60s sleep to prevent rollback
This commit is contained in:
@@ -38,8 +38,8 @@ while true; do
|
|||||||
./stop.sh &> stop_output.log &
|
./stop.sh &> stop_output.log &
|
||||||
stop_pid=$!
|
stop_pid=$!
|
||||||
|
|
||||||
# Wait for 30 seconds
|
# Wait for 60 seconds
|
||||||
sleep 30
|
sleep 60
|
||||||
|
|
||||||
# Check if stop script succeeded
|
# Check if stop script succeeded
|
||||||
if ! grep -q "Qortal ended gracefully" stop_output.log; then
|
if ! grep -q "Qortal ended gracefully" stop_output.log; then
|
||||||
|
|||||||
Reference in New Issue
Block a user