Merge remote-tracking branch 'origin/v1.5'

merge info fix
This commit is contained in:
rootzoll 2020-05-14 23:48:12 +02:00
commit 6b8c10de63
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ Do you really want to update LND now?
fi
# if loop is installed remove
if [ "${loop}" == "on" ]; then
sudo -u admin /home/admin/config.scripts/bonus.loop.sh on
sudo -u admin /home/admin/config.scripts/bonus.loop.sh off
fi
error=""
warn=""

View file

@ -29,7 +29,7 @@ if [ "${MODE}" == "on" ]; then
whiptail --title " Static Channel Backup on Dropbox " --inputbox "
Follow the steps described at the following link
to get the DropBox-Authtoken from your account:
https://github.com/rootzoll/raspiblitz/#b-dropbox-backup-target" 11 70 2>/home/admin/.tmp
https://github.com/rootzoll/raspiblitz/#a-dropbox-backup-target" 11 70 2>/home/admin/.tmp
authtoken=$(cat /home/admin/.tmp)
shred -u /home/admin/.tmp
fi