We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30be74e commit d25a156Copy full SHA for d25a156
1 file changed
bin/ghe-restore
@@ -76,7 +76,7 @@ ghe_remote_version_required "$host"
76
# dna.json file. If not, enable restoring settings and license in addition
77
# to primary datastores.
78
if ! $clean_restore &&
79
- ghe-ssh "! test -f '$GHE_REMOTE_DATA_DIR/enterprise/dna.json -o \
+ ! ghe-ssh "$host" -- "test -f '$GHE_REMOTE_DATA_DIR/enterprise/dna.json -o \
80
-f '$GHE_REMOTE_DATA_USER_DIR/common/dna.json'"; then
81
clean_restore=true
82
fi
0 commit comments