mirror of
https://github.com/linuxserver/docker-changedetection.io.git
synced 2026-03-09 00:09:49 +08:00
7 lines
157 B
Plaintext
Executable File
7 lines
157 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
cd /app/changedetection || exit 1
|
|
|
|
exec 2>&1 \
|
|
s6-setuidgid abc python3 /app/changedetection/changedetection.py -d /config
|