Skip to content

Commit f77595b

Browse files
committed
Minor style tidy up
1 parent 2143e95 commit f77595b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-restore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ if $instance_configured; then
173173
fi
174174

175175
# Make sure the appliance doesn't already have a restore underway
176-
if [ "$GHE_VERSION_MAJOR" -ge 2 ] && ghe-ssh "$GHE_HOSTNAME" -- "sudo grep -q 'restoring' '$GHE_REMOTE_DATA_USER_DIR/common/ghe-restore-status' 2>/dev/null"; then
176+
if [ "$GHE_VERSION_MAJOR" -ge 2 ] && ghe-ssh "$GHE_HOSTNAME" -- "sudo grep -q restoring $GHE_REMOTE_DATA_USER_DIR/common/ghe-restore-status 2>/dev/null"; then
177177
echo "Error: $GHE_HOSTNAME already has a restore underway. Aborting." 1>&2
178178
exit 1
179179
fi

0 commit comments

Comments
 (0)