Skip to content

Commit 3a0b0e7

Browse files
authored
Merge pull request #1 from punalpatel/punalpatel-patch-1
Update st2-check-license
2 parents 26a3a9f + 5c2686e commit 3a0b0e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

st2common/bin/st2-check-license

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ exit 0
66
fi
77
LICENSE=$@
88
BWC_LICENSE_CHECK_URL="https://${LICENSE}:@packagecloud.io/install/repositories/StackStorm/enterprise/script.deb.sh"
9-
echo $LICENSE
10-
echo $BWC_LICENSE_CHECK_URL
119
LICENSE_CURL_TEST=`curl --output /dev/null --silent --fail ${BWC_LICENSE_CHECK_URL}`
1210
if [ $? -ne 0 ]; then
1311
echo -e "License is not Valid"

0 commit comments

Comments
 (0)