diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 3f3e0d889c..e303030408 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -276,7 +276,7 @@ function parse_config_bootup() { echo "Resetting factory defaults...\n"; reset_factory_defaults(); if (file_exists("{$g['conf_path']}/config.xml")) { - config_unlock(); + /* do nothing, we have a file. */ } else { echo "No XML configuration file found - using factory defaults.\n"; echo "Make sure that the configuration floppy disk with the conf/config.xml\n";