Skip to content

Commit

Permalink
update inc/fileinfo.inc in 123.09beta01
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
centminmod committed Feb 27, 2019
1 parent 7ebc6f2 commit 34690e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/fileinfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fileinfo_standalone() {
fpmrestart
php --ri fileinfo
if [[ "$(php --ri fileinfo 2>&1 | grep 'already loaded')" ]]; then
echo '#extension=fileinfo.so' > "${CONFIGSCANDIR}/fileinfo.ini"
echo ';extension=fileinfo.so' > "${CONFIGSCANDIR}/fileinfo.ini"
fpmrestart
php --ri fileinfo
fi
Expand Down

0 comments on commit 34690e6

Please sign in to comment.