From 57e152b6927daefd4144a0f9beca4b4ea6505d72 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 21 Oct 2014 18:17:17 +0400 Subject: [PATCH] Ignore error if skype is not running --- im-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2