fixes
This commit is contained in:
parent
d3d6a5aaf6
commit
31532689f8
1 changed files with 3 additions and 3 deletions
6
xap/calibre/rc.calibre-server
Normal file → Executable file
6
xap/calibre/rc.calibre-server
Normal file → Executable 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() {
|
||||
|
|
Loading…
Reference in a new issue