Skip to content

Commit 9edb995

Browse files
committed
some troubleshooting output
1 parent 460499e commit 9edb995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ghe-restore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ if $CLUSTER; then
407407
bm_end "$(basename $0) - Stopping cron and github-timerd on cluster"
408408
else
409409
bm_start "$(basename $0) - Stopping cron and github-timerd"
410+
echo "$(basename $0) - Stopping cron and github-timerd"
410411
if ! ghe-ssh "$GHE_HOSTNAME" -- "sudo service cron stop"; then
411412
log_warn "Failed to stop cron" 1>&3
412413
fi

0 commit comments

Comments
 (0)