]> git.phdru.name Git - IM.git/commitdiff
im-status.sh: Always run skype_status_mood
authorOleg Broytman <phd@phdru.name>
Wed, 27 Sep 2017 06:12:53 +0000 (09:12 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 27 Sep 2017 06:12:53 +0000 (09:12 +0300)
To always run skype_status_mood ignore errors from gajim/purple-remote.

im-status.sh

index f2e5baafeae2310b9a9b9a609f62ce9d90ab8791..732cf975b91bbb298c692968d59ae26c033059d1 100755 (executable)
@@ -39,5 +39,5 @@ if [ "`gajim-remote check_gajim_running 2>/dev/null`" = True ]; then
    gajim-remote change_status "$2" "$title"
 else
    purple-remote "setstatus?status=$status&message=$status_msg"
-fi &&
+fi
 exec skype_status_mood.py "$skype_status" "$3" >/dev/null 2>&1