diff --git a/test/config.json b/test/config.json index 3895f9dfd..a3b4a0d1a 100644 --- a/test/config.json +++ b/test/config.json @@ -31,5 +31,5 @@ }, "slug": "test", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater", - "version": "test1" + "version": "test2" } \ No newline at end of file diff --git a/zoneminder/Dockerfile b/zoneminder/Dockerfile index 515d0d996..923b3545d 100644 --- a/zoneminder/Dockerfile +++ b/zoneminder/Dockerfile @@ -76,8 +76,8 @@ RUN \ for shebang in "/command/with-contenv bashio" "/usr/bin/env bashio" "/usr/bin/bashio" "/bin/bash" "/bin/sh"; do if [ -f "${shebang%% *}" ]; then break; fi; done; sed -i "s|/command/with-contenv bashio|$shebang|g" /ha_entrypoint.sh -ENTRYPOINT [ "/usr/bin/env" ] -CMD [ "/ha_entrypoint.sh" ] +ENTRYPOINT [ "/ha_entrypoint.sh" ] +#CMD [ "/ha_entrypoint.sh" ] ############ # 5 Labels #