Skip to content

Commit

Permalink
Moved directory to .add
Browse files Browse the repository at this point in the history
Small bugfix
  • Loading branch information
fsantini committed Mar 29, 2020
1 parent 857e845 commit 9f076f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A set of scripts to synchronize a kobo reader with popular cloud services. At th
Run the script makeKoboRoot.sh . This will create a KoboRoot.tgz archive. Copy said archive in the .kobo directory of your reader (it is a hidden directory, so you might want to enable the visualization of hidden files) and restart your Kobo.

## Configuration
After restarting, plug your kobo back into the computer. Navigate to the .adds directory. A new kobocloud directory should have appeared. Inside, edit the file kobocloudrc to add the links to the cloud services (one per line).
After restarting, plug your kobo back into the computer. Navigate to the .add directory. A new kobocloud directory should have appeared. Inside, edit the file kobocloudrc to add the links to the cloud services (one per line).
Notice: No subdirectories are supported at the moment, so be sure that your books are all in the same directories that you are sharing. **Important:** make sure that there are no spaces before or after the link on the line.

### Nextcloud (Owncloud)
Expand All @@ -29,10 +29,10 @@ The new files will be downloaded when the kobo connects to the Internet for a sy

## Uninstallation
To properly uninstall KoboCloud, edit the kobocloudrc file so that it contains the word `UNINSTALL` in a single line (all capital, no spaces before or after). Restart your Kobo. The next time the Kobo is connected to the Internet, the program will delete itself.
The directory .adds/kobocloud will not be deleted: after connecting the ereader to a computer, you should move the files from the Library subfolder in order not to lose your content, and delete the whole kobocloud directory manually.
The directory .add/kobocloud will not be deleted: after connecting the ereader to a computer, you should move the files from the Library subfolder in order not to lose your content, and delete the whole kobocloud directory manually.

## Troubleshooting
KoboCloud keeps a log of each session in the .adds/kobocloud/get.log file. If something goes wrong, useful information can be found there. Please send a copy of this file with every bug report.
KoboCloud keeps a log of each session in the .add/kobocloud/get.log file. If something goes wrong, useful information can be found there. Please send a copy of this file with every bug report.

## Known issues
* No subdirectories are supported
Expand Down
6 changes: 3 additions & 3 deletions src/usr/local/kobocloud/config_kobo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
Logs=/mnt/onboard/.adds/kobocloud
Lib=/mnt/onboard/.adds/kobocloud/Library
Logs=/mnt/onboard/.add/kobocloud
Lib=/mnt/onboard/.add/kobocloud/Library
SD=/mnt/sd/kobocloud
UserConfig=/mnt/onboard/.adds/kobocloud/kobocloudrc
UserConfig=/mnt/onboard/.add/kobocloud/kobocloudrc
Dt="date +%Y-%m-%d_%H:%M:%S"
CURL="`dirname $0`/curl --cacert \"`dirname $0`/ca-bundle.crt\" "

0 comments on commit 9f076f6

Please sign in to comment.