Update entrypoint.sh

This commit is contained in:
Alexandre
2021-11-11 22:39:25 +01:00
committed by GitHub
parent 535fc38816
commit a84985851e

View File

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