mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-19 21:51:02 +01:00
umount directly
This commit is contained in:
@@ -25,7 +25,7 @@ steps:
|
|||||||
- sysctl hw.usermem
|
- sysctl hw.usermem
|
||||||
|
|
||||||
# clean up earlier runs, if any
|
# clean up earlier runs, if any
|
||||||
- if jls | grep -q test; then jail -r test; /jail/bin/jaildk uninstall test; fi
|
- if jls | grep -q test; then jail -r test; mount | cut -d' ' -f1 | grep /jail | tac | while read D; umount $D; done; fi
|
||||||
- chflags -R noschg /jail
|
- chflags -R noschg /jail
|
||||||
- rm -rf /jail
|
- rm -rf /jail
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user