Skip to content

Commit 1a38356

Browse files
committed
remove debug log
1 parent 7c2021a commit 1a38356

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/ghe-restore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ if [ -s "$GHE_RESTORE_SNAPSHOT_PATH/uuid" ] && ! $CLUSTER; then
282282
fi
283283
# Restoring Actions + MSSQL
284284
if ghe-ssh "$GHE_HOSTNAME" -- 'ghe-config --true app.actions.enabled'; then
285-
OPTIONAL_STEPS=$((OPTIONAL_STEPS + 1))
285+
OPTIONAL_STEPS=$((OPTIONAL_STEPS + 2))
286286
fi
287287
# Restoring minio
288288
if ghe-ssh "$GHE_HOSTNAME" -- 'ghe-config --true app.minio.enabled'; then
@@ -304,7 +304,6 @@ if ! $CLUSTER && $instance_configured; then
304304
fi
305305
# Restoring settings + restore-chat-integration + restore-packages
306306
if $RESTORE_SETTINGS; then
307-
echo "add setting"
308307
OPTIONAL_STEPS=$((OPTIONAL_STEPS + 3))
309308
fi
310309

0 commit comments

Comments
 (0)