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 460499e commit 9edb995Copy full SHA for 9edb995
bin/ghe-restore
@@ -407,6 +407,7 @@ if $CLUSTER; then
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
+ echo "$(basename $0) - Stopping cron and github-timerd"
411
if ! ghe-ssh "$GHE_HOSTNAME" -- "sudo service cron stop"; then
412
log_warn "Failed to stop cron" 1>&3
413
fi
0 commit comments