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 03b91f8 commit d2dfff6Copy full SHA for d2dfff6
bin/ghe-backup
@@ -37,7 +37,7 @@ GHE_MAINTENANCE_MODE_ENABLED=false
37
# The cleanup trap also handles disabling maintenance mode on the appliance if
38
# it was automatically enabled.
39
cleanup () {
40
- if [ $(readlink ../in-progress) = "$GHE_SNAPSHOT_TIMESTAMP" ]; then
+ if [ "$(readlink ../in-progress)" = "$GHE_SNAPSHOT_TIMESTAMP" ]; then
41
unlink ../in-progress
42
fi
43
0 commit comments