瀏覽代碼

fixed git clone port

Piotr Labudda 10 年之前
父節點
當前提交
10f5d6b90c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 1 - 1
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -2036,7 +2036,7 @@ function INSTALL_SES_PROCESY_A() {
 			{ //@2015-01-27 zrobienie gita z repozytorium
 
 			
-			$cmd='cd '.$installer_dir_tar.' &&   git clone git@biuro.biall-net.pl:plabudda/se.git '.$h->ID.'.'.$REMOTE_FOLDER_ROOT.'.git' ;
+			$cmd='cd '.$installer_dir_tar.' &&   git clone ssh://git@biuro.biall-net.pl:2222/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__);