3 lines
89 B
Bash
3 lines
89 B
Bash
#!/bin/bash
|
|
set -e
|
|
/usr/bin/calibre-server --with-library=$CALIBRE_LIBRARY > $CALIBRE_LOG |