tar.gz处理逻辑更改
This commit is contained in:
parent
c5afe87e3c
commit
e07de3d7ad
@ -139,7 +139,7 @@ public class AFLSlotCompileWorker extends DockerWorker {
|
||||
"cd "+prefix+"\n";
|
||||
return cmd;
|
||||
}
|
||||
if ("tar".equals(suffix)) {
|
||||
if ("gz".equals(suffix)) {
|
||||
String cmd ="tar -zxvf "+fileName+"\n" +
|
||||
"chmod -R o+rwx "+prefix+"/\n"+
|
||||
"cd "+prefix+"\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user