diff --git a/ra-rom-downloader/setup.bash b/ra-rom-downloader/setup.bash index efdce48..5f3b260 100644 --- a/ra-rom-downloader/setup.bash +++ b/ra-rom-downloader/setup.bash @@ -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