From 1a95ce7da0bd577fdcb4f987de99463493d3e27b Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 14 Jun 2022 07:06:40 -0400 Subject: [PATCH] Update 99-start.bash --- root/etc/cont-init.d/99-start.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/etc/cont-init.d/99-start.bash b/root/etc/cont-init.d/99-start.bash index 8afa373..fb8830d 100644 --- a/root/etc/cont-init.d/99-start.bash +++ b/root/etc/cont-init.d/99-start.bash @@ -11,10 +11,10 @@ echo "------------------------------------------------------------" if [ "$autoStart" = "true" ]; then echo "Automatic Start Enabled, starting..." - bash /scripts/start.sh + bash /config/lidarr-extended/scripts/start.sh else echo "Automatic Start Disabled, manually run using this command:" - echo "bash /scripts/start.sh" + echo "bash /config/lidarr-extended/scripts/start.sh" fi exit $?