File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,7 @@ cleanup_cluster_nodes() {
165
165
# shellcheck source=share/github-backup-utils/ghe-backup-config
166
166
. " $( dirname " ${BASH_SOURCE[0]} " ) /../share/github-backup-utils/ghe-backup-config"
167
167
168
- # Calculate the actual amounts of steps in the restore process
169
- # taking into account the options passed to the script and the appliance configuration
168
+
170
169
171
170
172
171
@@ -271,7 +270,8 @@ if is_external_database_snapshot && ! $instance_configured && ! $FORCE; then
271
270
272
271
prompt_for_confirmation " Please confirm this before continuing."
273
272
fi
274
-
273
+ # Calculate the actual amounts of steps in the restore process
274
+ # taking into account the options passed to the script and the appliance configuration
275
275
# calculate restore steps
276
276
OPTIONAL_STEPS=0
277
277
# Cluster restores add an additional step
You can’t perform that action at this time.
0 commit comments