Skip to content

Commit 9cb9759

Browse files
gamefiendkrayon
andauthored
Update bin/ghe-backup
Co-authored-by: Krayon <[email protected]>
1 parent 46a3986 commit 9cb9759

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
@@ -47,7 +47,7 @@ export CALLING_SCRIPT="ghe-backup"
4747
# Setup progress tracking
4848
init-progress
4949
export PROGRESS_TYPE="Backup"
50-
echo $PROGRESS_TYPE > /tmp/backup-utils-progress-type
50+
echo "$PROGRESS_TYPE" > /tmp/backup-utils-progress-type
5151
export PROGRESS=0 # Used to track progress of backup
5252
echo $PROGRESS > /tmp/backup-utils-progress
5353
export PROGRESS_TOTAL=18 # Maximum number of steps in backup

0 commit comments

Comments
 (0)