We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77921a commit 40c1e15Copy full SHA for 40c1e15
1 file changed
bin/ghe-restore
@@ -76,8 +76,8 @@ 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 "$host" -- "test -f '$GHE_REMOTE_DATA_DIR/enterprise/dna.json -o \
80
- -f '$GHE_REMOTE_DATA_USER_DIR/common/dna.json'"; then
+ ! ghe-ssh "$host" -- "test -f '$GHE_REMOTE_DATA_DIR/enterprise/dna.json' -o \
+ -f '$GHE_REMOTE_DATA_USER_DIR/common/dna.json'"; then
81
clean_restore=true
82
fi
83
0 commit comments