# HG changeset patch # User Goffi # Date 1527962289 -7200 # Node ID a6bef71a7fd03784a688cae37a82fd110e36876b # Parent 8b70c838ed149e47f1680a5f729ab3269bceb3ea misc (libervia.sh): removed "-d .." from PLUGIN_OPTIONS as it was overriding sat.conf in some cases diff -r 8b70c838ed14 -r a6bef71a7fd0 src/libervia.sh --- a/src/libervia.sh Fri Jun 01 18:33:14 2018 +0200 +++ b/src/libervia.sh Sat Jun 02 19:58:09 2018 +0200 @@ -92,7 +92,7 @@ #Don't change the next lines -PLUGIN_OPTIONS="-d .." +PLUGIN_OPTIONS="" AUTO_OPTIONS="" ADDITIONAL_OPTIONS="--pidfile $PID_FILE --logfile $LOG_FILE $AUTO_OPTIONS $DEBUG"