diff --git a/addons_updater/Dockerfile b/addons_updater/Dockerfile index 006989c74..8c5fa5733 100644 --- a/addons_updater/Dockerfile +++ b/addons_updater/Dockerfile @@ -38,9 +38,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/arpspoof/Dockerfile b/arpspoof/Dockerfile index 4b1761602..358aeefbc 100644 --- a/arpspoof/Dockerfile +++ b/arpspoof/Dockerfile @@ -37,9 +37,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 00-global_var.sh" diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index 3ad57e40b..ef30f2688 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -49,9 +49,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/bitwarden/Dockerfile b/bitwarden/Dockerfile index 356591690..92ca62c40 100644 --- a/bitwarden/Dockerfile +++ b/bitwarden/Dockerfile @@ -45,9 +45,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/booksonic_air/Dockerfile b/booksonic_air/Dockerfile index 1f9b04ff2..cc70fe2fb 100644 --- a/booksonic_air/Dockerfile +++ b/booksonic_air/Dockerfile @@ -45,9 +45,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/calibre/Dockerfile b/calibre/Dockerfile index 441214ac1..3b807ebd1 100644 --- a/calibre/Dockerfile +++ b/calibre/Dockerfile @@ -50,9 +50,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/calibre_web/Dockerfile b/calibre_web/Dockerfile index 6a85a36bc..6449e750c 100644 --- a/calibre_web/Dockerfile +++ b/calibre_web/Dockerfile @@ -50,9 +50,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 00-global_var.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/cloudcommander/Dockerfile b/cloudcommander/Dockerfile index 069f7c46d..4e05ba667 100644 --- a/cloudcommander/Dockerfile +++ b/cloudcommander/Dockerfile @@ -36,9 +36,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/code-server/Dockerfile b/code-server/Dockerfile index bd4db0ee8..de04d9c67 100644 --- a/code-server/Dockerfile +++ b/code-server/Dockerfile @@ -47,9 +47,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 0fe90e60a..74db473ce 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -50,9 +50,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/emby/Dockerfile b/emby/Dockerfile index 9b3011a7a..c86088b3a 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -50,9 +50,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/enedisgateway2mqtt/Dockerfile b/enedisgateway2mqtt/Dockerfile index 2a006d8eb..ff60383b2 100644 --- a/enedisgateway2mqtt/Dockerfile +++ b/enedisgateway2mqtt/Dockerfile @@ -37,9 +37,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 00-global_var.sh" diff --git a/enedisgateway2mqtt_dev/Dockerfile b/enedisgateway2mqtt_dev/Dockerfile index 7cca4638d..e26607daf 100644 --- a/enedisgateway2mqtt_dev/Dockerfile +++ b/enedisgateway2mqtt_dev/Dockerfile @@ -37,9 +37,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 00-global_var.sh" diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index a822848c0..175b80a72 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -38,9 +38,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index 805304424..599bd769d 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -51,9 +51,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 00-global_var.sh 90-config_yaml.sh" diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 661473625..ff7f99fd9 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -44,9 +44,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 00-global_var.sh 90-config_yaml.sh" diff --git a/fireflyiii_fints_importer/Dockerfile b/fireflyiii_fints_importer/Dockerfile index 0a122de49..6d38b7f54 100644 --- a/fireflyiii_fints_importer/Dockerfile +++ b/fireflyiii_fints_importer/Dockerfile @@ -39,9 +39,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/flaresolverr/Dockerfile b/flaresolverr/Dockerfile index adda83bf8..c8166df17 100644 --- a/flaresolverr/Dockerfile +++ b/flaresolverr/Dockerfile @@ -38,9 +38,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/flexget/Dockerfile b/flexget/Dockerfile index 4bc388db1..8ad8c2846 100644 --- a/flexget/Dockerfile +++ b/flexget/Dockerfile @@ -57,9 +57,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 00-global_var.sh" diff --git a/gazpar2mqtt/Dockerfile b/gazpar2mqtt/Dockerfile index 886516424..a288ff541 100644 --- a/gazpar2mqtt/Dockerfile +++ b/gazpar2mqtt/Dockerfile @@ -39,9 +39,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 90-config_yaml.sh" diff --git a/grav/Dockerfile b/grav/Dockerfile index 1e75f4900..37e1084c8 100644 --- a/grav/Dockerfile +++ b/grav/Dockerfile @@ -48,9 +48,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index b96bb0d8f..05f01311d 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -64,9 +64,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index 401e8f4b7..a59ee8e6c 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -40,9 +40,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/jackett/Dockerfile b/jackett/Dockerfile index e2c3fce94..f36759f63 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -49,9 +49,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index 7549c749b..4e857a88c 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -44,9 +44,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/joal/Dockerfile b/joal/Dockerfile index 169029395..90b60dfa7 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -49,9 +49,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Manual apps ENV PACKAGES="jq \ diff --git a/joplin/Dockerfile b/joplin/Dockerfile index c643413e2..44d6b8d0f 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -41,9 +41,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 00-global_var.sh" diff --git a/lidarr/Dockerfile b/lidarr/Dockerfile index b1727b63d..afbf02e24 100644 --- a/lidarr/Dockerfile +++ b/lidarr/Dockerfile @@ -48,9 +48,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/mealie/Dockerfile b/mealie/Dockerfile index f93c61a58..d9591812d 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -41,9 +41,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/mylar3/Dockerfile b/mylar3/Dockerfile index 79ce988e0..1d88fc32a 100644 --- a/mylar3/Dockerfile +++ b/mylar3/Dockerfile @@ -46,9 +46,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 25e422794..322e0b16f 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -64,9 +64,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/nzbget/Dockerfile b/nzbget/Dockerfile index 2b99a6b93..3d48d8f17 100644 --- a/nzbget/Dockerfile +++ b/nzbget/Dockerfile @@ -48,9 +48,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/omada/Dockerfile b/omada/Dockerfile index eed7dd215..61cfe4c07 100644 --- a/omada/Dockerfile +++ b/omada/Dockerfile @@ -45,9 +45,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/ombi/Dockerfile b/ombi/Dockerfile index 87c5d85d1..87449a849 100644 --- a/ombi/Dockerfile +++ b/ombi/Dockerfile @@ -51,9 +51,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/organizr/Dockerfile b/organizr/Dockerfile index a19fd5841..26a018cdd 100644 --- a/organizr/Dockerfile +++ b/organizr/Dockerfile @@ -53,9 +53,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/overseerr/Dockerfile b/overseerr/Dockerfile index ea5732bea..3158d6da1 100644 --- a/overseerr/Dockerfile +++ b/overseerr/Dockerfile @@ -47,9 +47,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/paperless_ngx/Dockerfile b/paperless_ngx/Dockerfile index 8eb30b6ca..1bb4309d5 100644 --- a/paperless_ngx/Dockerfile +++ b/paperless_ngx/Dockerfile @@ -53,9 +53,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh 90-config_yaml.sh" diff --git a/papermerge/Dockerfile b/papermerge/Dockerfile index 452348865..515a79078 100644 --- a/papermerge/Dockerfile +++ b/papermerge/Dockerfile @@ -49,9 +49,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-smb_mounts.sh" diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index b4762ddf0..9fb2c3a77 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -50,9 +50,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 90-config_yaml.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index 580bd7fec..0672286e5 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -45,9 +45,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/plex/Dockerfile b/plex/Dockerfile index f073450f7..1ed1f2fe3 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -61,9 +61,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/plex_meta_manager/Dockerfile b/plex_meta_manager/Dockerfile index 00bb4fb37..2bb47d764 100644 --- a/plex_meta_manager/Dockerfile +++ b/plex_meta_manager/Dockerfile @@ -55,9 +55,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 00-global_var.sh" diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 955da8d9f..ec112ebc8 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -61,9 +61,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/prowlarr/Dockerfile b/prowlarr/Dockerfile index ae9d81e80..469a04f15 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/Dockerfile @@ -49,9 +49,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-smb_mounts.sh" diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index c635b27c9..c7be0f028 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -66,9 +66,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh 90-dns_set.sh" diff --git a/radarr/Dockerfile b/radarr/Dockerfile index f6a770cd6..df182f7ad 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -49,9 +49,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/readarr/Dockerfile b/readarr/Dockerfile index e3110cc98..883568e17 100644 --- a/readarr/Dockerfile +++ b/readarr/Dockerfile @@ -47,9 +47,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/requestrr/Dockerfile b/requestrr/Dockerfile index 589f9003e..027785058 100644 --- a/requestrr/Dockerfile +++ b/requestrr/Dockerfile @@ -48,9 +48,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index 048e27175..e27c4ce92 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -62,9 +62,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index d365d3068..7d6df1486 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -54,9 +54,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/scrutiny_fa/Dockerfile b/scrutiny_fa/Dockerfile index 96a1e0aad..686e71b2d 100644 --- a/scrutiny_fa/Dockerfile +++ b/scrutiny_fa/Dockerfile @@ -53,9 +53,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/seafile/Dockerfile b/seafile/Dockerfile index ccbe1788b..45e6692f1 100644 --- a/seafile/Dockerfile +++ b/seafile/Dockerfile @@ -40,9 +40,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index ed7bdc4bd..c77e49978 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -49,9 +49,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index d9baee8e0..f5d25cf87 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -91,9 +91,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/tandoor_recipes/Dockerfile b/tandoor_recipes/Dockerfile index b86a0baad..416595816 100644 --- a/tandoor_recipes/Dockerfile +++ b/tandoor_recipes/Dockerfile @@ -38,9 +38,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/tdarr/Dockerfile b/tdarr/Dockerfile index 2fade50c3..fd213df16 100644 --- a/tdarr/Dockerfile +++ b/tdarr/Dockerfile @@ -37,9 +37,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/teamspeak/Dockerfile b/teamspeak/Dockerfile index 884870765..603381290 100644 --- a/teamspeak/Dockerfile +++ b/teamspeak/Dockerfile @@ -43,9 +43,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 111ff27e3..e3c4e6f8b 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -46,9 +46,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 90-dns_set.sh 92-local_mounts.sh 92-smb_mounts.sh " diff --git a/transmission_openvpn/Dockerfile b/transmission_openvpn/Dockerfile index 7af984df6..8f25e38f5 100644 --- a/transmission_openvpn/Dockerfile +++ b/transmission_openvpn/Dockerfile @@ -41,9 +41,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 90-dns_set.sh 92-local_mounts.sh 92-smb_mounts.sh " diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index f107f9bdc..63ea1a880 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -55,9 +55,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh" diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index 6dd7324d4..002589a64 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -34,9 +34,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi ################ # 4 Entrypoint # diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 8e55828ac..0168f2b35 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -56,9 +56,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh 90-dns_set.sh" diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 4a0ff6184..25b8472f2 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -48,9 +48,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 90-config_yaml.sh 92-local_mounts.sh 92-smb_mounts.sh 99-custom_script.sh" diff --git a/whoogle/Dockerfile b/whoogle/Dockerfile index 23a64a3d1..47fe9bad3 100644 --- a/whoogle/Dockerfile +++ b/whoogle/Dockerfile @@ -39,9 +39,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh 00-global_var.sh" diff --git a/xteve/Dockerfile b/xteve/Dockerfile index 273d118c1..6f26ff281 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -44,9 +44,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh" diff --git a/zoneminder/Dockerfile b/zoneminder/Dockerfile index 9aad2fa98..a0dc33127 100644 --- a/zoneminder/Dockerfile +++ b/zoneminder/Dockerfile @@ -45,9 +45,7 @@ COPY rootfs/ / # Corrects permissions for s6 v3 RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi && \ - if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi && \ - # Remove linuxserver tamper check that creates new folders at each boot - if [ -f /etc/cont-init.d/02-tamper-check ]; then rm /etc/cont-init.d/02-tamper-check; fi + if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules ARG MODULES="00-banner.sh"