From 51e12a6da28a1fcd624ce3eecb771990d19926fd Mon Sep 17 00:00:00 2001 From: fgma Date: Fri, 26 Jul 2019 15:45:02 +0200 Subject: [PATCH] fix formatting in notify/xmpp.sh --- notify/xmpp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notify/xmpp.sh b/notify/xmpp.sh index 2f130cbc..68fc442a 100644 --- a/notify/xmpp.sh +++ b/notify/xmpp.sh @@ -26,7 +26,7 @@ xmpp_send() { else _clearaccountconf "XMPP_BIN" fi - + XMPP_BIN_ARGS="${XMPP_BIN_ARGS:-$(_readaccountconf_mutable XMPP_BIN_ARGS)}" if [ -n "$XMPP_BIN_ARGS" ]; then _saveaccountconf_mutable XMPP_BIN_ARGS "$XMPP_BIN_ARGS" @@ -73,7 +73,6 @@ _xmpp_bin() { _xmpp_cmnd() { case $(basename "$_XMPP_BIN") in sendxmpp) - _debug "'$_XMPP_BIN' '$XMPP_TO' $XMPP_BIN_ARGS" echo "'$_XMPP_BIN' '$XMPP_TO' $XMPP_BIN_ARGS" ;; *)