File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 284
284
log_info " Checking for leaked ssh keys ..."
285
285
ghe-detect-leaked-ssh-keys -s " $GHE_SNAPSHOT_DIR " || true
286
286
287
- # Make sure we exit zero after the conditional
288
- true
287
+ log_info " Restore of $GHE_HOSTNAME finished."
289
288
290
289
# Remove in-progress file
291
290
ghe_backup_finished
Original file line number Diff line number Diff line change 607
607
608
608
END_TIME=$( date +%s)
609
609
log_info " Runtime: $(( END_TIME - START_TIME)) seconds"
610
- log_info " Restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT finished."
610
+ log_info " Completed restore of $GHE_HOSTNAME from snapshot $GHE_RESTORE_SNAPSHOT at $( date +" %H:%M:%S" ) "
611
+
612
+ log_info " Restore of $GHE_HOSTNAME finished."
611
613
612
614
if ! $instance_configured ; then
613
615
echo " To complete the restore process, please visit https://$hostname /setup/settings to review and save the appliance configuration."
You can’t perform that action at this time.
0 commit comments