We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e97556 commit 713a5abCopy full SHA for 713a5ab
bin/ghe-restore
@@ -404,7 +404,9 @@ if $CLUSTER; then
404
log_warn "Failed to stop github-timerd on one or more nodes" 1>&3
405
fi
406
407
+ bm_end "$(basename $0) - Stopping cron and github-timerd on cluster"
408
else
409
+ bm_start "$(basename $0) - Stopping cron and github-timerd"
410
if ! ghe-ssh "$GHE_HOSTNAME" -- "sudo service cron stop"; then
411
log_warn "Failed to stop cron" 1>&3
412
@@ -420,7 +422,7 @@ else
420
422
log_warn "Failed to stop github-timerd" 1>&3
421
423
424
- bm_end "$(basename $0) - Stopping cron and github-timerd on cluster"
425
+ bm_end "$(basename $0) - Stopping cron and github-timerd on"
426
427
CRON_RUNNING=false
428
0 commit comments