diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-21 01:31:00 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-21 01:31:00 +0200 |
commit | 6b5fa4a1870afae050755582867b0133d66ce955 (patch) | |
tree | da19f780bd29a1efd7a50d8ecb191bcc812b5728 | |
parent | cool updates (diff) | |
download | dotfiles-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/fathddumnt | 2 |
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 |