mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
rc: ensure /conf/backup just in case (test suite complains)
This commit is contained in:
parent
82c58d21ed
commit
d37ac68481
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ done
|
|||
chmod 755 /var/lib /var/lib/php
|
||||
|
||||
# change ownership for GUI related file access
|
||||
mkdir -p /conf/backup
|
||||
find /conf -name 'vouchers_*.db' -exec chown ${OWNER} {} \;
|
||||
find /conf/backup -name '*.xml' -exec chown ${OWNER} {} \;
|
||||
for PHPOWN in /conf /conf/config.xml /conf/backup /var/run/booting; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue