fix: fix notifications emotes

This commit is contained in:
David 2020-09-29 00:38:54 +02:00
parent 12ea059e05
commit 467dc53b69
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ if [ -z "$chosen" ]; then
exit exit
else else
if sudo -A umount "$chosen" ; then if sudo -A umount "$chosen" ; then
notify-send " USB unmounting" "$chosen unmounted." notify-send " USB unmounting" "$chosen unmounted."
else else
notify-send -u "critical" -t 3000 " USB ERROR" "Unmounting failed." notify-send -u "critical" -t 3000 " USB ERROR" "Unmounting failed."
fi fi
fi fi
} }