diff --git a/entrypoint.sh b/entrypoint.sh index 7718ea0..5274927 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -34,6 +34,7 @@ Session\TempPath=$downloadsPath/temp EOF fi +confirmLegalNotice="" _legalNotice=$(echo "$QBT_LEGAL_NOTICE" | tr -d '[:space:]' | tr '[:upper:]' '[:lower:]') if [ "$_legalNotice" = "confirm" ]; then confirmLegalNotice="--confirm-legal-notice" diff --git a/manual_build/entrypoint.sh b/manual_build/entrypoint.sh index 7718ea0..5274927 100755 --- a/manual_build/entrypoint.sh +++ b/manual_build/entrypoint.sh @@ -34,6 +34,7 @@ Session\TempPath=$downloadsPath/temp EOF fi +confirmLegalNotice="" _legalNotice=$(echo "$QBT_LEGAL_NOTICE" | tr -d '[:space:]' | tr '[:upper:]' '[:lower:]') if [ "$_legalNotice" = "confirm" ]; then confirmLegalNotice="--confirm-legal-notice"