Procházet zdrojové kódy

fixed copy hidden file in instalator - scp_hidden_files

Piotr Labudda před 10 roky
rodič
revize
d37faf439f
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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'])) {