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 fdaeb0e commit 162aa81Copy full SHA for 162aa81
bin/ghe-backup
@@ -49,7 +49,7 @@ init-progress
49
export PROGRESS_TYPE="Backup"
50
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
+echo "$PROGRESS" > /tmp/backup-utils-progress
53
export PROGRESS_TOTAL=18 # Maximum number of steps in backup
54
55
# Check to make sure moreutils parallel is installed and working properly
0 commit comments