mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Merge pull request #469 from demon-goxa/patch-2
Fix vst-install-rhel.sh
This commit is contained in:
commit
71ea3c667d
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