Skip to content

Commit 922c86e

Browse files
committed
Remove redundunt instance_configured
If the instance is a cluster, then it will be configured and the earlier check for /etc/github/configured will have set instance_configured to true.
1 parent 4f28e17 commit 922c86e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/ghe-restore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ cluster=false
9393
if ghe-ssh "$GHE_HOSTNAME" -- \
9494
"[ -f '$GHE_REMOTE_ROOT_DIR/etc/github/cluster' ]"; then
9595
cluster=true
96-
instance_configured=true
9796
fi
9897

9998
# Restoring a cluster backup to a standalone appliance is not supported

0 commit comments

Comments
 (0)