Use /cert

This commit is contained in:
Alexandre
2022-09-27 21:47:19 +02:00
committed by GitHub
parent 18adf705e1
commit 90f634961c

View File

@@ -33,7 +33,6 @@ RUN echo "Adding symlinks to entrypoint" \
-e '1a chmod a+x /etc/cont-init.d/*' \
-e '1a sed -i "s|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g" /etc/cont-init.d/*' \
-e '1a for i in /etc/cont-init.d/*; do /."$i"; done' \
-e 's|/cert|/ssl|g' \
/entrypoint.sh
##################