Starting Calibre-Server with multiple Librarys
Hi,
I've installed an Debian-Server which startes the Calibre-Server headless on Startup using an system service.
It works find. The only Question I have is:
How can I pase multiple calibre librarys from commandline?
I tried:
calibre-server "path to lib1" "path to lib2"
and as an bash array
calibre-server ("path to lib1" "path to lib2")
nothing work.
I would be glad, if someone can help me.
thx
|