bump alpine 3.7, fix continuation lines, linting fixes

This commit is contained in:
sparklyballs
2017-12-11 11:16:09 +00:00
parent 3a054b8a57
commit 0d9c4b8394
2 changed files with 38 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bash
RUN_ARRAY=(${RUN_OPTS})
IFS=" " read -r -a RUN_ARRAY <<< "$RUN_OPTS"
exec \
s6-setuidgid abc /usr/bin/tvheadend -C -c /config "${RUN_ARRAY[@]}"