Update mido.sh

This commit is contained in:
Kroese 2024-11-15 04:41:17 +01:00 committed by GitHub
parent 5517a6b91c
commit 2480b81175
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,6 @@ download_windows() {
return 1
fi
[[ "$DEBUG" == [Yy1]* ]] && echo "Permit Session ID: $session_id"
# Permit Session ID
curl --silent --max-time 30 --output /dev/null --user-agent "$user_agent" --header "Accept:" --max-filesize 100K --fail --proto =https --tlsv1.2 --http1.1 -- "https://vlscppe.microsoft.com/tags?org_id=y6jn8c31&session_id=$session_id" || {