mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
fix dropbox info link
This commit is contained in:
parent
f108544a34
commit
97ff0c297c
1 changed files with 1 additions and 1 deletions
|
@ -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