Skip to content

Commit d2dfff6

Browse files
committed
Add missing quotes
1 parent 03b91f8 commit d2dfff6

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
@@ -37,7 +37,7 @@ GHE_MAINTENANCE_MODE_ENABLED=false
3737
# The cleanup trap also handles disabling maintenance mode on the appliance if
3838
# it was automatically enabled.
3939
cleanup () {
40-
if [ $(readlink ../in-progress) = "$GHE_SNAPSHOT_TIMESTAMP" ]; then
40+
if [ "$(readlink ../in-progress)" = "$GHE_SNAPSHOT_TIMESTAMP" ]; then
4141
unlink ../in-progress
4242
fi
4343

0 commit comments

Comments
 (0)