Explorar o código

Merge pull request #468 from demon-goxa/patch-1

Fix vst-install-debian.sh
Serghey Rodin %!s(int64=10) %!d(string=hai) anos
pai
achega
1a5652b14e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install/vst-install-debian.sh

+ 1 - 1
install/vst-install-debian.sh

@@ -857,7 +857,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
 
 
 #----------------------------------------------------------#