From 609324ac059c13386ecf7827c92b5d3ea289f73c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Feb 2021 23:13:39 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 9ede2bee1..320cb1c45 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM}${BUILD_VERSION} COPY rootfs / RUN \ - chmod 777 /run.sh \ + chmod a+x /run.sh \ \ # Install bashio && apk add --no-cache \