From 6e42f65cb2371b8683c345828732578e3f1e2181 Mon Sep 17 00:00:00 2001 From: Aaron Wood Date: Sun, 11 Feb 2024 22:44:10 -0800 Subject: [PATCH] Fix video script not starting --- lidarr/Video.service.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lidarr/Video.service.bash b/lidarr/Video.service.bash index 76a28ed..7c2bcd9 100644 --- a/lidarr/Video.service.bash +++ b/lidarr/Video.service.bash @@ -22,7 +22,7 @@ verifyConfig () { sleep infinity fi - if [ "$disableImvd" != "true" ]; then + if [ "$disableImvd" != "false" ]; then log "Script is not enabled, enable by setting disableImvd to \"false\" by modifying the \"/config/extended.conf\" config file..." log "Sleeping (infinity)" sleep infinity