diff --git a/src/etc/rc.subr.d/php b/src/etc/rc.subr.d/php index 0baed2fbf6..fd91ac6e44 100755 --- a/src/etc/rc.subr.d/php +++ b/src/etc/rc.subr.d/php @@ -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