From e0c198251bcd86baf716af6f22b8db4b939da84f Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 23 Apr 2020 13:16:33 +0200 Subject: [PATCH] #1132 fix service menu --- home.admin/00settingsMenuServices.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 28ed74563..11bfd219f 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -22,6 +22,7 @@ if [ ${#BTCPayServer} -eq 0 ]; then BTCPayServer="off"; fi if [ ${#ElectRS} -eq 0 ]; then ElectRS="off"; fi if [ ${#lndmanage} -eq 0 ]; then lndmanage="off"; fi if [ ${#joinmarket} -eq 0 ]; then joinmarket="off"; fi +if [ ${#LNbits} -eq 0 ]; then LNbits="off"; fi echo "map dropboxbackup to on/off" DropboxBackup="off";