mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-06-17 05:31:56 +02:00
Fill missing get data (module)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user