Update entrypoint.sh

This commit is contained in:
Alexandre
2021-11-11 22:36:19 +01:00
committed by GitHub
parent 87b77060f4
commit 5e40f4b002

View File

@@ -5,6 +5,7 @@
###########
for SCRIPTS in "/00-.sh" "/00-banner.sh" "/run.sh"; do
[ -e "$SCRIPTS" ] || continue
echo $SCRIPTS
chown $(id -u):$(id -g) $SCRIPTS
chmod a+x $SCRIPTS