* Give config 777 permission.

This commit is contained in:
hufangzhou
2022-03-24 13:23:03 +08:00
parent 11e151a6fa
commit ec827b7ed0
+1 -1
View File
@@ -51,7 +51,7 @@ foreach(array('zh-cn', 'en') as $langType)
/* The commands of the shell. */
$command = "cd $workDir\n";
$command .= "if [ ! -d ../$dirName ]; then unzip ../../$packPrefix.{$version}.zip -d ../ ; fi\n";
$command .= "cp -rf ../$dirName .\n";
$command .= "cp -raf ../$dirName .\n";
$command .= "unzip ../../zentaobiz.php{$phpVersion}.zip -d $dirName/extension/\n";
$command .= "unzip ../../zentaomax.php{$phpVersion}.zip -d $dirName/extension/\n";
$command .= "zip -r ../../$packPrefix.{$version}.php{$phpVersion}.zip $dirName\n";