mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
cp each file instead of all files
This commit is contained in:
parent
78fc143d17
commit
1d4db0621b
3
etc/rc
3
etc/rc
@ -68,7 +68,8 @@ fi
|
||||
|
||||
if [ "$PLATFORM" = "cdrom" ]; then
|
||||
[ ! -L /cf/conf ] || ln -s /cf/conf /conf
|
||||
[ ! -f /cf/conf/config.xml ] || cp /FreeSBIE/cf/conf/* /cf/conf/ 2>/dev/null
|
||||
[ ! -f /cf/conf/config.xml ] || cp /FreeSBIE/cf/conf/config.xml
|
||||
[ ! -f /cf/conf/ez-ipupdate.cache ] || cp /FreeSBIE/cf/conf/ez-ipupdate.cache
|
||||
mkdir /var/db/
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user