mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||
S6_SERVICES_GRACETIME=0
|
||||
|
||||
# Image specific modifications
|
||||
# hadolint ignore=SC2016
|
||||
# hadolint ignore=SC2016,SC2086
|
||||
RUN \
|
||||
# CORRECT PLEX CLAIM
|
||||
file=$(grep -sril 'Server claimed successfully' /etc) \
|
||||
@@ -38,7 +38,7 @@ RUN \
|
||||
|
||||
# Global LSIO modifications
|
||||
ARG CONFIGLOCATION="/config"
|
||||
# hadolint ignore=SC2015, SC2013
|
||||
# hadolint ignore=SC2015,SC2013,SC2236
|
||||
RUN \
|
||||
# Avoid custom-init.d duplications
|
||||
for file in $(grep -sril 'Potential tampering with custom' /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do rm -f "$file"; done \
|
||||
|
||||
Reference in New Issue
Block a user