Update entrypoint.sh

This commit is contained in:
Alexandre
2021-11-13 09:44:18 +01:00
committed by GitHub
parent 05410e3ad5
commit fbab0099d9

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