From 207d1165cd897786bce68edc04f2dc03b053d1a4 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 7 Jul 2023 11:07:02 -0400 Subject: [PATCH] Update video.bash --- sabnzbd/video.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sabnzbd/video.bash b/sabnzbd/video.bash index e35ec38..1ed2bbe 100644 --- a/sabnzbd/video.bash +++ b/sabnzbd/video.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="1.0.2" +scriptVersion="1.0.3" ######## Settings videoLanguages="eng" @@ -45,7 +45,6 @@ if [ -f "/config/scripts/video.txt" ]; then fi touch "/config/scripts/video.txt" -chmod 666 "/config/scripts/video.txt" exec &> >(tee -a "/config/scripts/video.txt") function Configuration {