소스 검색

fixed copy hidden file in instalator - scp_hidden_files

Piotr Labudda 10 년 전
부모
커밋
d37faf439f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 2 - 2
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -1826,8 +1826,8 @@ function MAKE_PKG_COMPONENT($h,$installer_dir_tar,$installer_url,$installer_tmp,
 
 	 		} else if(isset($command['scp_hidden_files'])) {
 	 			mkdir($installer_dir."/".$command_id,0777);
-	 			exec("cp ".$command['scp'][0]." ".$installer_dir."/".$command_id);
-	 			$ins_sh.="mv ".$installer_tmp."/".$command_id."/.* ".$command['scp'][1]." \n";
+	 			exec("cp ".$command['scp_hidden_files'][0]." ".$installer_dir."/".$command_id);
+	 			$ins_sh.="mv ".$installer_tmp."/".$command_id."/.* ".$command['scp_hidden_files'][1]." \n";
 	 		} else if(isset($command['scp_root'])) {