Skip to content
Snippets Groups Projects
Commit 219c8eb7 authored by nimrod's avatar nimrod
Browse files

Revert non-blocking notifications.

The output from the fork exiting is very annoying.
parent d10c301c
No related branches found
No related tags found
No related merge requests found
......@@ -339,9 +339,9 @@ __command_notifier () {
then
if [ "$exitstatus" -eq '0' ]
then
echo "$last_command has finished." | notify &
echo "$last_command has finished." | notify
else
echo "$last_command has failed." | notify --urgency=critical &
echo "$last_command has failed." | notify --urgency=critical
fi
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment