Skip to content

Commit 162aa81

Browse files
gamefiendkrayon
andauthored
Update bin/ghe-backup
Co-authored-by: Krayon <[email protected]>
1 parent fdaeb0e commit 162aa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ init-progress
4949
export PROGRESS_TYPE="Backup"
5050
echo "$PROGRESS_TYPE" > /tmp/backup-utils-progress-type
5151
export PROGRESS=0 # Used to track progress of backup
52-
echo $PROGRESS > /tmp/backup-utils-progress
52+
echo "$PROGRESS" > /tmp/backup-utils-progress
5353
export PROGRESS_TOTAL=18 # Maximum number of steps in backup
5454

5555
# Check to make sure moreutils parallel is installed and working properly

0 commit comments

Comments
 (0)