Skip to content

Commit 979abab

Browse files
committed
Add correct amount of steps
1 parent 93f7a62 commit 979abab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-restore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ if ! $CLUSTER && $instance_configured; then
304304
OPTIONAL_STEPS=$((OPTIONAL_STEPS + 1))
305305
fi
306306
# Maximum restore steps
307-
export PROGRESS_TOTAL=$((OPTIONAL_STEPS + 5))
307+
export PROGRESS_TOTAL=$((OPTIONAL_STEPS + 6))
308308

309309
init-progress
310310
export PROGRESS_TYPE="Restore"

0 commit comments

Comments
 (0)