Update entrypoint.sh

This commit is contained in:
Alexandre
2021-11-13 09:44:46 +01:00
committed by GitHub
parent fbab0099d9
commit 12c941eaee

View File

@@ -1,6 +1,5 @@
#!/bin/bash
#for SCRIPTS in "/00-.sh" "/00-banner.sh" "/99-run.sh"; do
cd /scripts
for SCRIPTS in *; do
[ -e "$SCRIPTS" ] || continue