Add execute permission to vpn script

This commit is contained in:
Alexandre
2026-02-04 08:56:17 +01:00
committed by GitHub
parent 5daf3c240f
commit 9cb4883240

View File

@@ -92,6 +92,7 @@ RUN \
# Copy local files
COPY rootfs/ /
RUN find /etc -type f \( -name "*.sh" -o -name "run" -o -name "finish" \) -exec chmod +x {} +
RUN chmod +x /usr/local/sbin/vpn
# Uses /bin for compatibility purposes
# hadolint ignore=DL4005