Explorar el Código

Poprawka instalatora z testem niepotrzebnie dodanym do zakresu db_domain

a.binder hace 10 años
padre
commit
732ed12117
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 2 - 2
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -1668,8 +1668,8 @@ $cmd[]['rsh']=' test -f /Library/Server/Web/Data/Sites/Default/SE/config/.cnf--z
 //! dodanie pierwszego usera ADMIN_USERNAME_L1 oraz diradmin
 
 //!#1228 2016-04-11 bindera: dodaje to tez tutaj - bo chyba tutaj powinno byc wszystko sprawne i dzialajace
-$cmd[]['rsh']='[ -e /Library/Server/Web/Data/Sites/Default/SE/config/.cnf--default_db-'.$SERVER_ADDRESS.'.ini.php ] || exit 0  &&  php /Library/Server/Web/Data/Sites/Default/SE/bash_install_check.php '.$SERVER_ADDRESS;
-
+//$cmd[]['rsh']='[ -e /Library/Server/Web/Data/Sites/Default/SE/config/.cnf--default_db-'.$SERVER_ADDRESS.'.ini.php ] || exit 0  &&  php /Library/Server/Web/Data/Sites/Default/SE/bash_install_check.php '.$SERVER_ADDRESS;
+//@2016-04-27 jednak to tutaj nie dziala....
 
 return $cmd;