We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45893f8 commit 89f6eb6Copy full SHA for 89f6eb6
src/mido.sh
@@ -113,7 +113,6 @@ download_windows() {
113
return 1
114
fi
115
116
-
117
[[ "$DEBUG" == [Yy1]* ]] && echo "Permit Session ID: $session_id"
118
# Permit Session ID
119
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" || {
0 commit comments