Skip to content

Commit

Permalink
Removed duplicate apt commands that were causing issues for some users
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodilestick committed Jun 28, 2024
1 parent f665155 commit ca2f342
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion calibre-web-automator/books-to-process-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# This script is used to automatically import downloaded eBook's into a Calibre database.
# Reference: https://manual.calibre-ebook.com/generated/en/calibredb.html#add
echo "STARTING NEW-BOOK-PROCESSING SCANNER"
apt install inotify-tools

# Folder to monitor, replace "/books/to_process" with the folder you want to monitor e.g. your download folder for books
WATCH_FOLDER=grep -o '"ingest_folder": "[^"]*' /etc/calibre-web-automator/dirs.json | grep -o '[^"]*$'
Expand Down
1 change: 0 additions & 1 deletion calibre-web-automator/calibre-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# This script is used to automatically import downloaded eBook's into a Calibre database.
# Reference: https://manual.calibre-ebook.com/generated/en/calibredb.html#add
echo "STARTING CALIBRE SCANNER"
apt install inotify-tools

# Folder to monitor
WATCH_FOLDER=grep -o '"import_folder": "[^"]*' /etc/calibre-web-automator/dirs.json | grep -o '[^"]*$'
Expand Down

0 comments on commit ca2f342

Please sign in to comment.