mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
Fix vst-install-debian.sh
This commit is contained in:
parent
b560c99ceb
commit
0db0f4b9da
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ fi
|
||||||
for pconf in $(find /etc/php* -name php.ini); do
|
for pconf in $(find /etc/php* -name php.ini); do
|
||||||
sed -i "s/;date.timezone =/date.timezone = $ZONE/g" $pconf
|
sed -i "s/;date.timezone =/date.timezone = $ZONE/g" $pconf
|
||||||
sed -i 's%_open_tag = Off%_open_tag = On%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