Remove _waiting for sync_ from the restart black list
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
# then it compares the statuses, when not empty, to the ones that do not require a restart. Finally either restart or don't.
|
||||
|
||||
seaf=/usr/bin/seaf-cli
|
||||
dont_restart_on=("downloading" "committing" "waiting for sync")
|
||||
dont_restart_on=("downloading" "committing")
|
||||
restart=true
|
||||
|
||||
sleep 10s
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
# then it compares the statuses, when not empty, to the ones that do not require a restart. Finally either restart or don't.
|
||||
|
||||
seaf=/usr/bin/seaf-cli
|
||||
dont_restart_on=("downloading" "committing" "waiting for sync")
|
||||
dont_restart_on=("downloading" "committing")
|
||||
restart=true
|
||||
|
||||
while IFS=$'\t' read -r name status progress; do
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
# then it compares the statuses, when not empty, to the ones that do not require a restart. Finally either restart or don't.
|
||||
|
||||
seaf=/usr/bin/seaf-cli
|
||||
dont_restart_on=("downloading" "committing" "waiting for sync")
|
||||
dont_restart_on=("downloading" "committing")
|
||||
restart=true
|
||||
|
||||
sleep 10s
|
||||
|
||||
Reference in New Issue
Block a user