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.
1 parent 7c2021a commit 1a38356Copy full SHA for 1a38356
bin/ghe-restore
@@ -282,7 +282,7 @@ if [ -s "$GHE_RESTORE_SNAPSHOT_PATH/uuid" ] && ! $CLUSTER; then
282
fi
283
# Restoring Actions + MSSQL
284
if ghe-ssh "$GHE_HOSTNAME" -- 'ghe-config --true app.actions.enabled'; then
285
- OPTIONAL_STEPS=$((OPTIONAL_STEPS + 1))
+ OPTIONAL_STEPS=$((OPTIONAL_STEPS + 2))
286
287
# Restoring minio
288
if ghe-ssh "$GHE_HOSTNAME" -- 'ghe-config --true app.minio.enabled'; then
@@ -304,7 +304,6 @@ if ! $CLUSTER && $instance_configured; then
304
305
# Restoring settings + restore-chat-integration + restore-packages
306
if $RESTORE_SETTINGS; then
307
- echo "add setting"
308
OPTIONAL_STEPS=$((OPTIONAL_STEPS + 3))
309
310
0 commit comments