mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Create factory default restore directory
This commit is contained in:
parent
e613545f0c
commit
2a3ec646bb
@ -23,6 +23,9 @@ if [ ! -L /conf ]; then
|
||||
/rescue/ln -s /cf/conf /conf
|
||||
fi
|
||||
|
||||
# Create factory default restore directory
|
||||
/bin/mkdir -p /conf.default/
|
||||
|
||||
# If the default config.xml and ez-ipupdate.cache do not exist,
|
||||
# lets populate them from the default (factory configuration)
|
||||
# files.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user