mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Align structures
This commit is contained in:
@@ -60,7 +60,7 @@ RUN \
|
||||
##################
|
||||
|
||||
# Add rootfs
|
||||
#COPY rootfs/ /
|
||||
COPY rootfs/ /
|
||||
|
||||
# Corrects permissions for s6 v3
|
||||
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
||||
|
||||
1
booksonic_air/rootfs/etc/cont-init.d/99-run.sh
Normal file
1
booksonic_air/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1 @@
|
||||
#!/bin/bash
|
||||
@@ -58,7 +58,7 @@ RUN \
|
||||
##################
|
||||
|
||||
# Add rootfs
|
||||
#COPY rootfs/ /
|
||||
COPY rootfs/ /
|
||||
|
||||
# Corrects permissions for s6 v3
|
||||
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
||||
|
||||
1
code-server/rootfs/etc/cont-init.d/99-run.sh
Normal file
1
code-server/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1 @@
|
||||
#!/bin/bash
|
||||
@@ -45,7 +45,7 @@ RUN sed -i '5a echo "Data location moved. Please wait while elasticsearch starts
|
||||
##################
|
||||
|
||||
# Copy local files
|
||||
#COPY rootfs/ /
|
||||
COPY rootfs/ /
|
||||
|
||||
# Corrects permissions for s6 v3
|
||||
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
||||
|
||||
1
elasticsearch/rootfs/etc/cont-init.d/99-run.sh
Normal file
1
elasticsearch/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1 @@
|
||||
#!/bin/bash
|
||||
@@ -59,7 +59,7 @@ RUN \
|
||||
##################
|
||||
|
||||
# Add rootfs
|
||||
#COPY rootfs/ /
|
||||
COPY rootfs/ /
|
||||
|
||||
# Corrects permissions for s6 v3
|
||||
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
||||
|
||||
1
guacamole/rootfs/etc/cont-init.d/99-run.sh
Normal file
1
guacamole/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1 @@
|
||||
#!/bin/bash
|
||||
@@ -57,7 +57,7 @@ RUN \
|
||||
##################
|
||||
|
||||
# Copy local files
|
||||
#COPY rootfs/ /
|
||||
COPY rootfs/ /
|
||||
|
||||
# Corrects permissions for s6 v3
|
||||
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
||||
|
||||
1
mylar3/rootfs/etc/cont-init.d/99-run.sh
Normal file
1
mylar3/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1 @@
|
||||
#!/bin/bash
|
||||
@@ -57,7 +57,7 @@ RUN \
|
||||
##################
|
||||
|
||||
# Add rootfs
|
||||
#COPY rootfs/ /
|
||||
COPY rootfs/ /
|
||||
|
||||
# Corrects permissions for s6 v3
|
||||
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
||||
|
||||
1
requestrr/rootfs/etc/cont-init.d/99-run.sh
Normal file
1
requestrr/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1 @@
|
||||
#!/bin/bash
|
||||
@@ -37,7 +37,7 @@ RUN cp -vnpr /home/xteve* /data || true
|
||||
##################
|
||||
|
||||
# Copy local files
|
||||
#COPY rootfs/ /
|
||||
COPY rootfs/ /
|
||||
|
||||
# Corrects permissions for s6 v3
|
||||
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \
|
||||
|
||||
1
xteve/rootfs/etc/cont-init.d/99-run.sh
Normal file
1
xteve/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1 @@
|
||||
#!/bin/bash
|
||||
Reference in New Issue
Block a user