|
|
@@ -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'])) {
|
|
|
|
|
|
|