mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
#1132 fix service menu
This commit is contained in:
@@ -22,6 +22,7 @@ if [ ${#BTCPayServer} -eq 0 ]; then BTCPayServer="off"; fi
|
|||||||
if [ ${#ElectRS} -eq 0 ]; then ElectRS="off"; fi
|
if [ ${#ElectRS} -eq 0 ]; then ElectRS="off"; fi
|
||||||
if [ ${#lndmanage} -eq 0 ]; then lndmanage="off"; fi
|
if [ ${#lndmanage} -eq 0 ]; then lndmanage="off"; fi
|
||||||
if [ ${#joinmarket} -eq 0 ]; then joinmarket="off"; fi
|
if [ ${#joinmarket} -eq 0 ]; then joinmarket="off"; fi
|
||||||
|
if [ ${#LNbits} -eq 0 ]; then LNbits="off"; fi
|
||||||
|
|
||||||
echo "map dropboxbackup to on/off"
|
echo "map dropboxbackup to on/off"
|
||||||
DropboxBackup="off";
|
DropboxBackup="off";
|
||||||
|
Reference in New Issue
Block a user