]> git.phdru.name Git - IM.git/commitdiff
Ignore error if skype is not running
authorOleg Broytman <phd@phdru.name>
Tue, 21 Oct 2014 14:17:17 +0000 (18:17 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 21 Oct 2014 14:17:17 +0000 (18:17 +0400)
im-status.sh

index 124eb2b64c4d0c15bcc296627640d9e8530beade..a73d92fcd21b4bbed12d4938fd6230aaa35b9d14 100755 (executable)
@@ -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