Sfoglia il codice sorgente

Merge pull request #470 from demon-goxa/patch-3

Fix vst-install-ubuntu.sh
Serghey Rodin 10 anni fa
parent
commit
14d8003482
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      install/vst-install-ubuntu.sh

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

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