Update entrypoint.sh

This commit is contained in:
Alexandre
2021-11-11 22:43:49 +01:00
committed by GitHub
parent 2af31ced14
commit 9a82c3b759

View File

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