From: Oleg Broytman Date: Wed, 27 Sep 2017 06:12:53 +0000 (+0300) Subject: im-status.sh: Always run skype_status_mood X-Git-Url: https://git.phdru.name/?p=IM.git;a=commitdiff_plain;h=82fd3d0f9e23242508cbb6bfd89ac034669978c8 im-status.sh: Always run skype_status_mood To always run skype_status_mood ignore errors from gajim/purple-remote. --- diff --git a/im-status.sh b/im-status.sh index f2e5baa..732cf97 100755 --- a/im-status.sh +++ b/im-status.sh @@ -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