You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
In the os-license.sh:get_licensed_modules function
enabled_modules variable returns the GTM/DNS license as "dnsgtm"
and provisionable_modules / get_supported_modules funtion returns the following tokens
which makes the following comparison to do not work
if [[ "$provisionable_modules" == *"$module"* ]]; then
The text was updated successfully, but these errors were encountered: