Update backup_dropbox.markdown

This commit is contained in:
Guy Khmelnitsky 2018-10-03 09:35:54 +03:00 committed by GitHub
parent 29858e853f
commit 78b7367f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,9 +42,13 @@ Go to the folder you have placed `dropbox.py`.
- Option B:
Edit `dropbox.py`:
Change the following line:
`uploader = "/home/homeassistant/.homeassistant/extraconfig/shell_code/dropbox_uploader.sh"`
```
uploader = "/home/homeassistant/.homeassistant/extraconfig/shell_code/dropbox_uploader.sh"
```
to where you placed your file: (for example):
`uploader = "/home/homeassistant/MyFolder/dropbox_uploader.sh"`
```
uploader = "/home/homeassistant/MyFolder/dropbox_uploader.sh"
```
```bash