From 559fce921413d95c748a2877728dea1ddfda1c6b Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 23 Apr 2024 14:07:02 +0000 Subject: [PATCH] Only run one time #244 --- readarr/setup.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readarr/setup.bash b/readarr/setup.bash index d696b45..9881309 100644 --- a/readarr/setup.bash +++ b/readarr/setup.bash @@ -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