mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:45:40 -04:00
Formatting
This commit is contained in:
parent
1a9145aec1
commit
451edc93bb
2 changed files with 1 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit afea70ce7a9ce085620a20101d85af40eca16f92
|
||||
Subproject commit 55ec4c854912e84c69b491c9915460dd1032d9a8
|
|
@ -54,7 +54,6 @@ sub run_eval {
|
|||
mount("tmpfs", $FindBin::Bin."/../jail/tmp", "tmpfs", 0, {size => "16m"});
|
||||
mount("tmpfs", $FindBin::Bin."/../jail/tmp", "tmpfs", MS_PRIVATE, {size => "16m"});
|
||||
|
||||
|
||||
chdir($jail_path) or die "Jail not made, see bin/makejail.sh";
|
||||
chroot($jail_path) or die $!;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue