#1132 config value

This commit is contained in:
rootzoll 2020-04-23 23:13:09 +02:00
parent 2b2fbc62f0
commit 278504ac55

View File

@ -22,7 +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
if [ ${#LNBits} -eq 0 ]; then LNBits="off"; fi
echo "map dropboxbackup to on/off"
DropboxBackup="off";