@ -126,6 +126,7 @@ upload_finished() {
fi
if [ "$notification" = "true" ] ; then
type notify-send >/dev/null 2>&1 || { echo -e >&2 "${r}Warning:${nc} Notifications are enabled but notify-send is not installed - giving up!"; exit 1; }
notify-send "File uploaded." "URL: ${url}" & exit 0
exit 0