Commit 6cf85064 authored by -f's avatar -f

terminal alert by default

parent 13a297fa
......@@ -59,9 +59,8 @@ initializeVariables()
notifyError(){
if [ -e "$NOTIFY_CMD" ]; then
$NOTIFY_CMD -t 0 -i "/usr/share/icons/oxygen/64x64/status/dialog-error.png" "$1"
else
printf "\033[31merror:\033[0m $1\n"
fi
printf "\033[31merror:\033[0m $1\n"
exit 1
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment