We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26a3a9f + 5c2686e commit 3a0b0e7Copy full SHA for 3a0b0e7
st2common/bin/st2-check-license
@@ -6,8 +6,6 @@ exit 0
6
fi
7
LICENSE=$@
8
BWC_LICENSE_CHECK_URL="https://${LICENSE}:@packagecloud.io/install/repositories/StackStorm/enterprise/script.deb.sh"
9
-echo $LICENSE
10
-echo $BWC_LICENSE_CHECK_URL
11
LICENSE_CURL_TEST=`curl --output /dev/null --silent --fail ${BWC_LICENSE_CHECK_URL}`
12
if [ $? -ne 0 ]; then
13
echo -e "License is not Valid"
0 commit comments