mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
blitz.debug: quote variable to compare
This commit is contained in:
parent
11a67de7cb
commit
548e28ddfb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue