Skip to content

Commit c01373a

Browse files
authored
Merge pull request #776 from github/gh_connect_reset
GitHub Connect Reset Issue
2 parents a6ffc57 + 490f3fc commit c01373a

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
@@ -352,7 +352,7 @@ else
352352
ghe-restore-mysql "$GHE_HOSTNAME" 1>&3
353353
# Clear GitHub Connect settings stored in the restored database
354354
if ! $RESTORE_SETTINGS; then
355-
echo "if [ -f /usr/local/share/enterprise/ghe-reset-gh-connect ]; then /usr/local/share/enterprise/ghe-reset-gh-connect -y; else ghe-reset-gh-connect -y; fi" |
355+
echo "if [ -f /usr/local/share/enterprise/ghe-reset-gh-connect ]; then /usr/local/share/enterprise/ghe-reset-gh-connect -y; fi" |
356356
ghe-ssh "$GHE_HOSTNAME" -- /bin/sh 1>&3
357357
fi
358358
fi

0 commit comments

Comments
 (0)