apply shfmt -i 2 as suggested by CI

This commit is contained in:
pdoroff 2017-02-20 20:57:20 -06:00
parent 728332eac5
commit b2f2b5e3e0

View File

@ -47,8 +47,7 @@ weechat_deploy() {
cat $_ckey $_cfullchain >$WEECHAT_PEM
_info "Deployed $_cdomain to weechat"
_debug "Attempting to issue /relay sslcertky to weechat via fifo"
for fifo in $WEECHAT_HOME/weechat_fifo_*
do
for fifo in $WEECHAT_HOME/weechat_fifo_*; do
_info "Issuing reload to weechat via $fifo"
printf '%b' '*/relay sslcertkey\n' >"$fifo"
done