mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
--max-time 60 sec for licence
This commit is contained in:
parent
ace47e7c92
commit
e56984de25
1 changed files with 1 additions and 1 deletions
|
@ -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/activate.php?licence_key=$license&module=$module)
|
answer=$(curl --max-time 60 -s $v_host/activate.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue