Only run one time

#244
This commit is contained in:
RandomNinjaAtk
2024-04-23 14:08:10 +00:00
committed by GitHub
parent 8234c7cf79
commit 609c9085b3

View File

@@ -54,4 +54,8 @@ if [ ! -f /config/extended.conf ]; then
echo "Done"
fi
if [ -f /custom-services.d/scripts_init.bash ]; then
# user misconfiguration detected, sleeping...
sleep infinity
fi
exit