mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Dont unlock config.
This commit is contained in:
parent
ed4f9cd693
commit
cfd6d14f0d
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user