2.24 - Add --no-net-check to Freyr client

#124 - Resolves this?
This commit is contained in:
RandomNinjaAtk 2023-11-28 12:45:16 +00:00 committed by GitHub
parent 524b51ee59
commit 425c59e06c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
scriptVersion="2.23" scriptVersion="2.24"
scriptName="Audio" scriptName="Audio"
### Import Settings ### Import Settings
@ -151,7 +151,7 @@ Configuration () {
} }
DownloadClientFreyr () { DownloadClientFreyr () {
freyr --no-bar -d $audioPath/incomplete deezer:album:$1 2>&1 | tee -a "/config/logs/$logFileName" freyr --no-bar --no-net-check -d $audioPath/incomplete deezer:album:$1 2>&1 | tee -a "/config/logs/$logFileName"
# Resolve issue 94 # Resolve issue 94
if [ -d /root/.cache/FreyrCLI ]; then if [ -d /root/.cache/FreyrCLI ]; then
rm -rf /root/.cache/FreyrCLI/* rm -rf /root/.cache/FreyrCLI/*