sub lookupLicenseParameter()

in scripts/InstallLicAndStartLK.pl [39:42]


sub lookupLicenseParameter {
    $licenseURL = `/usr/local/bin/aws cloudformation describe-stacks --stack-name $opt_s --region $opt_r | /usr/local/bin/jq '.Stacks[0].Parameters[] | select(.ParameterKey=="SIOSLicenseKeyFtpURL") | .ParameterValue' | sed 's/"//g'`;
    chomp($licenseURL);
}