mirror of
https://github.com/linuxserver/docker-changedetection.io.git
synced 2026-01-09 07:21:39 +08:00
5 lines
126 B
Plaintext
Executable File
5 lines
126 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
exec 2>&1 \
|
|
s6-setuidgid abc python3 /app/changedetection/changedetection.py -d /config
|