From: Oleg Broytman Date: Tue, 21 Oct 2014 14:17:17 +0000 (+0400) Subject: Ignore error if skype is not running X-Git-Url: https://git.phdru.name/?p=IM.git;a=commitdiff_plain;h=57e152b6927daefd4144a0f9beca4b4ea6505d72 Ignore error if skype is not running --- diff --git a/im-status.sh b/im-status.sh index 124eb2b..a73d92f 100755 --- a/im-status.sh +++ b/im-status.sh @@ -40,4 +40,4 @@ if [ "`gajim-remote check_gajim_running 2>/dev/null`" = True ]; then else purple-remote "setstatus?status=$status&message=$status_msg" fi && -exec skype_status_mood.py "$skype_status" "$3" >/dev/null +exec skype_status_mood.py "$skype_status" "$3" >/dev/null 2>&1