瀏覽代碼

Fill missing get data (module)

Clark Chen 6 年之前
父節點
當前提交
7177dbb4e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/v-deactivate-vesta-license

+ 1 - 1
bin/v-deactivate-vesta-license

@@ -35,7 +35,7 @@ check_args '2' "$#" 'MODULE LICENSE'
 
 
 # Activating license
 # Activating license
 v_host='https://vestacp.com/checkout'
 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
 check_result $? "cant' connect to vestacp.com " $E_CONNECT
 
 
 # Checking server answer
 # Checking server answer