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.
2 parents a6ffc57 + 490f3fc commit c01373aCopy full SHA for c01373a
bin/ghe-restore
@@ -352,7 +352,7 @@ else
352
ghe-restore-mysql "$GHE_HOSTNAME" 1>&3
353
# Clear GitHub Connect settings stored in the restored database
354
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" |
+ echo "if [ -f /usr/local/share/enterprise/ghe-reset-gh-connect ]; then /usr/local/share/enterprise/ghe-reset-gh-connect -y; fi" |
356
ghe-ssh "$GHE_HOSTNAME" -- /bin/sh 1>&3
357
fi
358
0 commit comments