Browse Source

fix formatting in notify/xmpp.sh

pull/2407/head
fgma 6 years ago
parent
commit
51e12a6da2
  1. 3
      notify/xmpp.sh

3
notify/xmpp.sh

@ -26,7 +26,7 @@ xmpp_send() {
else else
_clearaccountconf "XMPP_BIN" _clearaccountconf "XMPP_BIN"
fi fi
XMPP_BIN_ARGS="${XMPP_BIN_ARGS:-$(_readaccountconf_mutable XMPP_BIN_ARGS)}" XMPP_BIN_ARGS="${XMPP_BIN_ARGS:-$(_readaccountconf_mutable XMPP_BIN_ARGS)}"
if [ -n "$XMPP_BIN_ARGS" ]; then if [ -n "$XMPP_BIN_ARGS" ]; then
_saveaccountconf_mutable XMPP_BIN_ARGS "$XMPP_BIN_ARGS" _saveaccountconf_mutable XMPP_BIN_ARGS "$XMPP_BIN_ARGS"
@ -73,7 +73,6 @@ _xmpp_bin() {
_xmpp_cmnd() { _xmpp_cmnd() {
case $(basename "$_XMPP_BIN") in case $(basename "$_XMPP_BIN") in
sendxmpp) sendxmpp)
_debug "'$_XMPP_BIN' '$XMPP_TO' $XMPP_BIN_ARGS"
echo "'$_XMPP_BIN' '$XMPP_TO' $XMPP_BIN_ARGS" echo "'$_XMPP_BIN' '$XMPP_TO' $XMPP_BIN_ARGS"
;; ;;
*) *)

Loading…
Cancel
Save