diff options
author | axxx007xxxz <mattiabrsrn7@gmail.com> | 2017-02-17 22:26:44 +0100 |
---|---|---|
committer | osm0sis <osm0sis@outlook.com> | 2017-02-27 16:06:04 -0400 |
commit | f7992be0a3921999420c41c54d26662c7416e471 (patch) | |
tree | 4287f718ca70dd6b22ee79fd7bea1b093830fa72 /anykernel.sh | |
parent | 2129ee98e2934742faf32b685ba731245c9f6a05 (diff) |
Introduce cleanuponabort
This option allow to remove the working directory in case of abort; disabled by default.
Diffstat (limited to 'anykernel.sh')
-rwxr-xr-x | anykernel.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anykernel.sh b/anykernel.sh index ac1a3ed..3ae8fa1 100755 --- a/anykernel.sh +++ b/anykernel.sh @@ -8,6 +8,7 @@ do.devicecheck=1 do.initd=1 do.modules=0 do.cleanup=1 +do.cleanuponabort=0 device.name1=maguro device.name2=toro device.name3=toroplus |