diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 19:46:53 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 19:46:53 +0200 |
commit | 047f248d8f4d1766d2d431e30f4b33498e55d23d (patch) | |
tree | b180d879dd18da1e130e0a6961cdeb1fe85a4f0c /.local/bin/hddmnt | |
parent | Cleaner dunstrc (diff) | |
download | dotfiles-bsd-047f248d8f4d1766d2d431e30f4b33498e55d23d.tar.gz dotfiles-bsd-047f248d8f4d1766d2d431e30f4b33498e55d23d.tar.bz2 dotfiles-bsd-047f248d8f4d1766d2d431e30f4b33498e55d23d.tar.xz dotfiles-bsd-047f248d8f4d1766d2d431e30f4b33498e55d23d.tar.zst dotfiles-bsd-047f248d8f4d1766d2d431e30f4b33498e55d23d.zip |
hdd updates
Diffstat (limited to '.local/bin/hddmnt')
-rwxr-xr-x | .local/bin/hddmnt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.local/bin/hddmnt b/.local/bin/hddmnt index 126a036..242f4d0 100755 --- a/.local/bin/hddmnt +++ b/.local/bin/hddmnt @@ -2,8 +2,7 @@ tmp=$(mktemp) -dmenu -p "Enter password: " -nb '#1d2021' -nf '#1d2021' <&- >$tmp -geli attach -k /root/geli_keys/hdd_ext.key -j $tmp /dev/da0 -rm $tmp +dmenu -p "Enter password: " -nb '#1d2021' -nf '#1d2021' <&- >"$tmp" +geli attach -k /root/geli_keys/hdd_ext.key -j "$tmp" /dev/da0 mkdir -p "$HOME"/hdd mount /dev/da0.eli "$HOME"/hdd |