From 7177dbb4e751886639cc787dbfaf4ac05453fbb9 Mon Sep 17 00:00:00 2001 From: Clark Chen <9372896+clarkchentw@users.noreply.github.com> Date: Mon, 30 Mar 2020 16:55:13 +0800 Subject: [PATCH] Fill missing get data (module) --- bin/v-deactivate-vesta-license | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-deactivate-vesta-license b/bin/v-deactivate-vesta-license index 74e39f65c..c7279e456 100755 --- a/bin/v-deactivate-vesta-license +++ b/bin/v-deactivate-vesta-license @@ -35,7 +35,7 @@ check_args '2' "$#" 'MODULE LICENSE' # Activating license v_host='https://vestacp.com/checkout' -answer=$(curl -s "$v_host/cancel.php?licence_key=$license") +answer=$(curl -s "$v_host/cancel.php?licence_key=$license&module=$module") check_result $? "cant' connect to vestacp.com " $E_CONNECT # Checking server answer