summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-21 01:31:00 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-21 01:31:00 +0200
commit6b5fa4a1870afae050755582867b0133d66ce955 (patch)
treeda19f780bd29a1efd7a50d8ecb191bcc812b5728
parentcool updates (diff)
downloaddotfiles-bsd-6b5fa4a1870afae050755582867b0133d66ce955.tar.gz
dotfiles-bsd-6b5fa4a1870afae050755582867b0133d66ce955.tar.bz2
dotfiles-bsd-6b5fa4a1870afae050755582867b0133d66ce955.tar.xz
dotfiles-bsd-6b5fa4a1870afae050755582867b0133d66ce955.tar.zst
dotfiles-bsd-6b5fa4a1870afae050755582867b0133d66ce955.zip
fuck whitespace
-rwxr-xr-x.local/bin/fathddumnt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/fathddumnt b/.local/bin/fathddumnt
index 241a00a..4a883f7 100755
--- a/.local/bin/fathddumnt
+++ b/.local/bin/fathddumnt
@@ -4,7 +4,7 @@ if ! mount | grep -F /dev/da0p1; then
notify-send -u critical 'fathdd' ' HDD not mounted'
exit 1
fi
-if ! umount /dev/da0p1.eli; then
+if ! umount /dev/da0p1.eli; then
notify-send -u critical 'fathdd' ' Failed to dismount HDD'
exit 1
fi