From 82fd3d0f9e23242508cbb6bfd89ac034669978c8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 27 Sep 2017 09:12:53 +0300 Subject: [PATCH] im-status.sh: Always run skype_status_mood To always run skype_status_mood ignore errors from gajim/purple-remote. --- im-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2