mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Merge remote-tracking branch 'origin/v1.5'
merge info fix
This commit is contained in:
commit
6b8c10de63
2 changed files with 2 additions and 2 deletions
|
@ -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=""
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue