add missing "fi" (#1150)

This commit is contained in:
frennkie 2020-04-30 22:07:27 +02:00 committed by GitHub
parent 1a78b28243
commit bd01107ee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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