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 46a3986 commit 9cb9759Copy full SHA for 9cb9759
bin/ghe-backup
@@ -47,7 +47,7 @@ export CALLING_SCRIPT="ghe-backup"
47
# Setup progress tracking
48
init-progress
49
export PROGRESS_TYPE="Backup"
50
-echo $PROGRESS_TYPE > /tmp/backup-utils-progress-type
+echo "$PROGRESS_TYPE" > /tmp/backup-utils-progress-type
51
export PROGRESS=0 # Used to track progress of backup
52
echo $PROGRESS > /tmp/backup-utils-progress
53
export PROGRESS_TOTAL=18 # Maximum number of steps in backup
0 commit comments