This commit is contained in:
Gwenhael Le Moine 2019-01-20 20:29:30 +01:00
parent d3d6a5aaf6
commit 31532689f8
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

6
xap/calibre/rc.calibre-server Normal file → Executable file
View file

@ -1,13 +1,13 @@
#!/bin/bash
CALIBRE_LIBRARY_PATH="/home/cycojesus/BKP/tibou/Documents/eBooks/Livres/"
CALIBRE_LIBRARY_PATH="/home/gwh/BKP/tibou/Documents/eBooks/Livres/"
PIDFILE=/tmp/calibre-server.pid
USER=cycojesus
USER=gwh
PORT=8081
AUTH=""
# uncomment and adapt to enable authtentication
# AUTH=" --username=\"$USER\" --password=\"password\""
OPTIONS=" --enable-local-write"
OPTIONS=" --enable-local-writes"
LOGFILE=/home/$USER/.calibre-server.log
start() {