mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01:00
Merge pull request #140 from nix-community/jq-fix
This commit is contained in:
commit
492b01f2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ def deactivate:
|
||||||
|
|
||||||
def walk:
|
def walk:
|
||||||
[
|
[
|
||||||
(.mountpoints[] | "umount -R \(.)"),
|
(.mountpoints[] | select(. != null) | "umount -R \(.)"),
|
||||||
((.children // []) | map(walk)),
|
((.children // []) | map(walk)),
|
||||||
remove,
|
remove,
|
||||||
deactivate
|
deactivate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue