Update run.txt

This commit is contained in:
Alexandre
2025-07-08 06:46:37 +02:00
committed by GitHub
parent cb39a279a9
commit 9a10460e4b

View File

@@ -10,6 +10,8 @@ touch /started
# Starting scripts #
####################
sed -i 's|/."$CONFIGSOURCE"|exec "$CONFIGSOURCE"|g' /etc/cont-init.d/01-custom_script.sh
for SCRIPTS in /etc/cont-init.d/*; do
[ -e "$SCRIPTS" ] || continue
echo "$SCRIPTS: executing"