|
|
@@ -1845,7 +1845,7 @@ function INSTALL_SES_PROCESY_A() {
|
|
|
//polecenia do gita:
|
|
|
|
|
|
//$ git clone /Library/Server/Web/Data/Sites/SE-production-git/ NOWY_KATALOG
|
|
|
- $cmd='sudo rm -Rf '.$installer_dir_tar.'/'.$h->ID.'.'.$REMOTE_FOLDER_ROOT.'.git';
|
|
|
+ $cmd=' rm -Rf '.$installer_dir_tar.'/'.$h->ID.'.'.$REMOTE_FOLDER_ROOT.'.git';
|
|
|
exec($cmd,$out,$exit);
|
|
|
DEBUG_S(-3,'Usuwam stare pliki git ',$cmd,__FILE__,__FUNCTION__,__LINE__);
|
|
|
|
|
|
@@ -1855,7 +1855,7 @@ function INSTALL_SES_PROCESY_A() {
|
|
|
{ //@2015-01-27 zrobienie gita z repozytorium
|
|
|
|
|
|
|
|
|
- $cmd='cd '.$installer_dir_tar.' && sudo git clone git@biuro.biall-net.pl:plabudda/se.git '.$h->ID.'.'.$REMOTE_FOLDER_ROOT.'.git' ;
|
|
|
+ $cmd='cd '.$installer_dir_tar.' && git clone git@biuro.biall-net.pl:plabudda/se.git '.$h->ID.'.'.$REMOTE_FOLDER_ROOT.'.git' ;
|
|
|
exec($cmd,$out,$exit);
|
|
|
DEBUG_S(-3,'Klonowanie aktualnego GIT ',array($cmd,$out,$exit),__FILE__,__FUNCTION__,__LINE__);
|
|
|
|