Skip to content

Commit

Permalink
Merge pull request #1 from punalpatel/punalpatel-patch-1
Browse files Browse the repository at this point in the history
Update st2-check-license
  • Loading branch information
punalpatel authored Oct 13, 2016
2 parents 26a3a9f + 5c2686e commit 3a0b0e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions st2common/bin/st2-check-license
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ exit 0
fi
LICENSE=$@
BWC_LICENSE_CHECK_URL="https://${LICENSE}:@packagecloud.io/install/repositories/StackStorm/enterprise/script.deb.sh"
echo $LICENSE
echo $BWC_LICENSE_CHECK_URL
LICENSE_CURL_TEST=`curl --output /dev/null --silent --fail ${BWC_LICENSE_CHECK_URL}`
if [ $? -ne 0 ]; then
echo -e "License is not Valid"
Expand Down

0 comments on commit 3a0b0e7

Please sign in to comment.