Update entrypoint.sh

This commit is contained in:
Alexandre
2021-11-11 22:41:30 +01:00
committed by GitHub
parent 0bbc3062c5
commit 90ad6d23c1

View File

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