8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
cd /app/calibre-web || exit
|
|
|
|
exec \
|
|
s6-setuidgid abc python /app/calibre-web/cps.py
|
|
|