mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Align structures
This commit is contained in:
@@ -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