Only run one time

#244
This commit is contained in:
RandomNinjaAtk
2024-04-23 14:07:02 +00:00
committed by GitHub
parent 4150faaead
commit 559fce9214

View File

@@ -42,4 +42,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