mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update Dockerfile
This commit is contained in:
@@ -31,7 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
USER root
|
USER root
|
||||||
|
|
||||||
# Correct config location
|
# Correct config location
|
||||||
RUN for file in $(grep -sril "/home/node/.signalk" /etc); do \
|
RUN for file in $(grep -sril "/home/node/.signalk" /etc /usr /home); do \
|
||||||
sed -i "s=/home/node/.signalk=/config=g" "$file"; done
|
sed -i "s=/home/node/.signalk=/config=g" "$file"; done
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
Reference in New Issue
Block a user