mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
add missing "fi" (#1150)
This commit is contained in:
parent
1a78b28243
commit
bd01107ee4
1 changed files with 2 additions and 1 deletions
|
@ -161,6 +161,7 @@ elif [ "${exportType}" = "reset" ]; then
|
|||
# BTCPayServer
|
||||
if [ "${BTCPayServer}" == "on" ]; then
|
||||
/home/admin/config.scripts/bonus.btcpayserver.sh write-tls-macaroon
|
||||
fi
|
||||
# LNBits
|
||||
if [ "${LNBits}" = "on" ]; then
|
||||
sudo -u admin /home/admin/config.scripts/bonus.lnbits.sh write-macaroons
|
||||
|
@ -174,4 +175,4 @@ fi
|
|||
if [ "$1" = "" ] || [ $# -eq 0 ]; then
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue