From 56033b92fb9b3fefa4fe157d20719c41945efba9 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 14 Jun 2022 07:13:38 -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 fb8830d..fdaf238 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 /config/lidarr-extended/scripts/start.sh + bash /config/lidarr/scripts/start.sh else echo "Automatic Start Disabled, manually run using this command:" - echo "bash /config/lidarr-extended/scripts/start.sh" + echo "bash /config/lidarr/scripts/start.sh" fi exit $?