Commit ee259440 authored by Franco Fichtner's avatar Franco Fichtner

rc: fixup extensions.ini permission

PR: https://forum.opnsense.org/index.php?topic=2090
(cherry picked from commit 0086548d)
parent 88a5fb56
...@@ -78,6 +78,7 @@ EXTENSIONS_INI=/usr/local/etc/php/extensions.ini ...@@ -78,6 +78,7 @@ EXTENSIONS_INI=/usr/local/etc/php/extensions.ini
touch ${EXTENSIONS_INI} touch ${EXTENSIONS_INI}
cp ${EXTENSIONS_INI} ${_EXTENSIONS_INI} cp ${EXTENSIONS_INI} ${_EXTENSIONS_INI}
chmod 644 ${_EXTENSIONS_INI}
# Clear the .ini file to make sure we are clean # Clear the .ini file to make sure we are clean
rm -f /usr/local/etc/php.ini 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