File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- # / Usage: ghe-progress [--once]
2
+ # / Usage: ghe-backup- progress [--once]
3
3
# / Tracks the completed steps of a backup or restore operation.
4
4
# /
5
5
# / By default the progress is printed every continuously or until a key is pressed.
32
32
33
33
check_for_progress_file () {
34
34
if [ ! -f /tmp/backup-utils-progress-info ]; then
35
- echo " No progress file found. has a backup or restore been started?"
35
+ echo " No progress file found. Has a backup or restore been started?"
36
36
exit 1
37
37
fi
38
38
}
Original file line number Diff line number Diff line change 505
505
cmd_title=$( log_info " Restoring Redis database ..." )
506
506
commands=("
507
507
echo \" $cmd_title \"
508
- ghe-restore-redis \" $GHE_HOSTNAME \" )
508
+ ghe-restore-redis \" $GHE_HOSTNAME \" " )
509
509
510
510
cmd_title=$( log_info " Restoring Git Repositories ..." )
511
511
commands+=("
@@ -525,7 +525,7 @@ ghe-restore-pages \"$GHE_HOSTNAME\" 1>&3")
525
525
cmd_title=$( log_info " Restoring SSH authorized keys ..." )
526
526
commands+=("
527
527
echo \" $cmd_title \"
528
- ghe-restore-ssh-keys \" $GHE_HOSTNAME \" \" $GHE_RESTORE_SNAPSHOT_PATH \" )
528
+ ghe-restore-ssh-keys \" $GHE_HOSTNAME \" \" $GHE_RESTORE_SNAPSHOT_PATH \" " )
529
529
530
530
cmd_title=$( log_info " Restoring storage data ..." )
531
531
commands+=("
You can’t perform that action at this time.
0 commit comments