From 31532689f8752ac175f4b3cb79d6d4dc812e388a Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 20 Jan 2019 20:29:30 +0100 Subject: [PATCH] fixes --- xap/calibre/rc.calibre-server | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 xap/calibre/rc.calibre-server diff --git a/xap/calibre/rc.calibre-server b/xap/calibre/rc.calibre-server old mode 100644 new mode 100755 index e429b17c..b0bf387d --- a/xap/calibre/rc.calibre-server +++ b/xap/calibre/rc.calibre-server @@ -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() {