File tree 1 file changed +3
-3
lines changed
files/image_config/config-setup
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ generate_config()
247
247
# is created
248
248
# - If updategraph is enabled and ZTP is disabled, updategraph initializes
249
249
# configuration
250
- do_config_intialization ()
250
+ do_config_initialization ()
251
251
{
252
252
if ! updategraph_is_enabled ; then
253
253
if ! ztp_is_enabled ; then
@@ -350,12 +350,12 @@ boot_config()
350
350
fi
351
351
352
352
if [ -e /tmp/pending_config_initialization ] || [ -e ${CONFIG_SETUP_INITIALIZATION_FLAG} ]; then
353
- do_config_intialization
353
+ do_config_initialization
354
354
fi
355
355
356
356
# If no startup configuration is found, create a configuration to be used
357
357
if [ ! -e ${CONFIG_DB_JSON} ]; then
358
- do_config_intialization
358
+ do_config_initialization
359
359
# force ZTP to restart
360
360
if ztp_is_enabled ; then
361
361
ztp_status=$( ztp status -c)
You can’t perform that action at this time.
0 commit comments