Dont unlock config.

This commit is contained in:
Scott Ullrich 2006-04-06 23:00:01 +00:00
parent ed4f9cd693
commit cfd6d14f0d

View File

@ -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";