From 0d3612a36bf1864325f6beea40ebb0d44ecc084d Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 7 Jul 2023 09:03:41 -0400 Subject: [PATCH] Update video.bash --- sabnzbd/video.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sabnzbd/video.bash b/sabnzbd/video.bash index 2a0c996..783a7bd 100644 --- a/sabnzbd/video.bash +++ b/sabnzbd/video.bash @@ -12,7 +12,7 @@ enableSmaTagging="true" ######## Package dependencies installation InstallRequirements () { - if [ ! -f "/config/video.txt" ]; then + if [ ! -f "/config/scripts/video.txt" ]; then echo "Installing Required Packages..." apk add -U --update --no-cache curl jq python3-dev py3-pip &>/dev/null pip install --upgrade --no-cache-dir -U yq &>/dev/null