find: File system loop detected - list debug force true
This commit is contained in:
parent
1996351b0b
commit
1dadb81611
|
@ -1342,11 +1342,11 @@ public class ContainerLaunch implements Callable<Integer> {
|
||||||
// find will follow symlinks outside the work dir if such sylimks exist
|
// find will follow symlinks outside the work dir if such sylimks exist
|
||||||
// (like public/app local resources)
|
// (like public/app local resources)
|
||||||
line("echo \"find -L . -maxdepth 5 -ls:\" 1>>\"", output.toString(),
|
line("echo \"find -L . -maxdepth 5 -ls:\" 1>>\"", output.toString(),
|
||||||
"\"");
|
"\" || :");
|
||||||
line("find -L . -maxdepth 5 -ls 1>>\"", output.toString(), "\"");
|
line("find -L . -maxdepth 5 -ls 1>>\"", output.toString(), "\" || :");
|
||||||
line("echo \"broken symlinks(find -L . -maxdepth 5 -type l -ls):\" 1>>\"",
|
line("echo \"broken symlinks(find -L . -maxdepth 5 -type l -ls):\" 1>>\"",
|
||||||
output.toString(), "\"");
|
output.toString(), "\" || :");
|
||||||
line("find -L . -maxdepth 5 -type l -ls 1>>\"", output.toString(), "\"");
|
line("find -L . -maxdepth 5 -type l -ls 1>>\"", output.toString(), "\" || :");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue