Skip to content

Commit dbffdee

Browse files
committed
added quotes around call to ghe-service-wait-mysql
1 parent a4fe8f8 commit dbffdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-restore-mysql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if is_external_database_snapshot; then
3333
if [ -n "$EXTERNAL_DATABASE_RESTORE_SCRIPT" ]; then
3434
$EXTERNAL_DATABASE_RESTORE_SCRIPT
3535
# ensure that haproxy and mysql are accepting connections before continuining
36-
if ! ghe-ssh "$GHE_HOSTNAME" -- /usr/local/share/enterprise/ghe-service-wait-mysql; then
36+
if ! ghe-ssh "$GHE_HOSTNAME" -- "/usr/local/share/enterprise/ghe-service-wait-mysql"; then
3737
error_message "Failed to connect to MySQL service!"
3838
exit 2
3939
fi

0 commit comments

Comments
 (0)