From 884063c1969bfc4a70b6ba7b997e7ed134570e6a Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 10 Apr 2022 13:08:39 +0200 Subject: Mount scripts rework incoming --- .local/bin/hddumnt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.local/bin/hddumnt') diff --git a/.local/bin/hddumnt b/.local/bin/hddumnt index decd6d2..548c5bd 100755 --- a/.local/bin/hddumnt +++ b/.local/bin/hddumnt @@ -1,5 +1,5 @@ #!/usr/local/bin/dash -umount /dev/da0.eli && - geli detach da0.eli && - rmdir "$HOME"/hdd +umount /dev/da0.eli +geli detach da0.eli +rmdir "$HOME"/hdd -- cgit v1.2.3