Skip to content

Commit de377eb

Browse files
Fix typo in config-setup service (#4388)
1 parent 2ecf808 commit de377eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

files/image_config/config-setup/config-setup

+3-3
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ generate_config()
247247
# is created
248248
# - If updategraph is enabled and ZTP is disabled, updategraph initializes
249249
# configuration
250-
do_config_intialization()
250+
do_config_initialization()
251251
{
252252
if ! updategraph_is_enabled ; then
253253
if ! ztp_is_enabled ; then
@@ -350,12 +350,12 @@ boot_config()
350350
fi
351351

352352
if [ -e /tmp/pending_config_initialization ] || [ -e ${CONFIG_SETUP_INITIALIZATION_FLAG} ]; then
353-
do_config_intialization
353+
do_config_initialization
354354
fi
355355

356356
# If no startup configuration is found, create a configuration to be used
357357
if [ ! -e ${CONFIG_DB_JSON} ]; then
358-
do_config_intialization
358+
do_config_initialization
359359
# force ZTP to restart
360360
if ztp_is_enabled ; then
361361
ztp_status=$(ztp status -c)

0 commit comments

Comments
 (0)