blitz.debug: quote variable to compare

This commit is contained in:
openoms 2021-09-17 07:49:10 +01:00
parent 11a67de7cb
commit 548e28ddfb
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

View file

@ -276,7 +276,7 @@ else
echo "- BTCPayServer is OFF by config"
fi
if [ ${BTCRPCexplorer} == "on" ]; then
if [ "${BTCRPCexplorer}" == "on" ]; then
echo
echo "*** LAST 20 BTC-RPC-Explorer LOGS ***"
echo "sudo journalctl -u btc-rpc-explorer -b --no-pager -n20"