From 97ff0c297c174c02b6393921a462cf375234e7d1 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 14 May 2020 23:47:22 +0200 Subject: [PATCH] fix dropbox info link --- home.admin/config.scripts/dropbox.upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/dropbox.upload.sh b/home.admin/config.scripts/dropbox.upload.sh index 63e15a488..3ae0946ab 100644 --- a/home.admin/config.scripts/dropbox.upload.sh +++ b/home.admin/config.scripts/dropbox.upload.sh @@ -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