mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Fix vst-install-rhel.sh
This commit is contained in:
parent
b560c99ceb
commit
d8adf4f814
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ fi
|
|||
for pconf in $(find /etc/php* -name php.ini); do
|
||||
sed -i "s/;date.timezone =/date.timezone = $ZONE/g" $pconf
|
||||
sed -i 's%_open_tag = Off%_open_tag = On%g' $pconf
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue