Update video.bash

This commit is contained in:
RandomNinjaAtk 2023-07-07 11:07:02 -04:00 committed by GitHub
parent a65c8c34db
commit 207d1165cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {