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