Commit 0086548d authored by Franco Fichtner's avatar Franco Fichtner

rc: fixup extensions.ini permission

PR: https://forum.opnsense.org/index.php?topic=2090
parent 4c27e412
......@@ -78,6 +78,7 @@ EXTENSIONS_INI=/usr/local/etc/php/extensions.ini
touch ${EXTENSIONS_INI}
cp ${EXTENSIONS_INI} ${_EXTENSIONS_INI}
chmod 644 ${_EXTENSIONS_INI}
# Clear the .ini file to make sure we are clean
rm -f /usr/local/etc/php.ini
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment