Skip to content

Commit 0e54e36

Browse files
Update share/github-backup-utils/ghe-restore-mysql
Co-authored-by: Hao Jiang <[email protected]>
1 parent dbffdee commit 0e54e36

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
@@ -32,7 +32,7 @@ snapshot_dir="$GHE_DATA_DIR/$GHE_RESTORE_SNAPSHOT"
3232
if is_external_database_snapshot; then
3333
if [ -n "$EXTERNAL_DATABASE_RESTORE_SCRIPT" ]; then
3434
$EXTERNAL_DATABASE_RESTORE_SCRIPT
35-
# ensure that haproxy and mysql are accepting connections before continuining
35+
# ensure that haproxy and mysql are ready to accept connections before continuing
3636
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

0 commit comments

Comments
 (0)