Skip to content

Commit

Permalink
rc: fixup extensions.ini permission
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 29, 2016
1 parent 4c27e41 commit 0086548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/rc.php_ini_setup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0086548

Please sign in to comment.