File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ software="awstats bc bind bind-libs bind-utils clamav-server clamav-update
3232
3333# Fix for old releases
3434if [ " $release " -lt 7 ]; then
35- software=$( echo " $software " | sed -e " s/mariadb/mysql/" )
35+ software=$( echo " $software " | sed -e " s/mariadb/mysql/g " )
3636 software=$( echo " $software " | sed -e " s/clamav-server/clamd/" )
3737 software=$( echo " $software " | sed -e " s/clamav-update//" )
3838 software=$( echo " $software " | sed -e " s/iptables-services//" )
@@ -956,7 +956,7 @@ if [ -z "$ZONE" ]; then
956956 ZONE=' UTC'
957957fi
958958for pconf in $( find /etc/php* -name php.ini) ; do
959- sed -i " s/ ;date.timezone =/ date.timezone = $ZONE / g" $pconf
959+ sed -i " s| ;date.timezone =| date.timezone = $ZONE | g" $pconf
960960 sed -i ' s%_open_tag = Off%_open_tag = On%g' $pconf
961961done
962962
You can’t perform that action at this time.
0 commit comments