diff options
-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 |