Remove the comments.

This commit is contained in:
FusionPBX 2021-06-07 22:29:15 -06:00 committed by GitHub
parent 4ad6ce0b14
commit ceb0f06f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -80,9 +80,9 @@ sed 's#;max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file
sed 's#; max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file
#install ioncube
#if [ .$cpu_architecture = .'x86' ]; then
# . ./ioncube.sh
#fi
if [ .$cpu_architecture = .'x86' ]; then
. ./ioncube.sh
fi
#restart php-fpm
systemctl daemon-reload