mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
Introducing UPDATE_SSL_SCRIPT2 callback
This commit is contained in:
parent
1f56c826e3
commit
e1d962e60b
1 changed files with 7 additions and 0 deletions
|
@ -149,6 +149,13 @@ if [ ! -z "$UPDATE_SSL_SCRIPT" ]; then
|
|||
eval "$UPDATE_SSL_SCRIPT $user $domain"
|
||||
fi
|
||||
|
||||
UPDATE_SSL_SCRIPT2=''
|
||||
source $VESTA/conf/vesta.conf
|
||||
if [ ! -z "$UPDATE_SSL_SCRIPT2" ]; then
|
||||
eval "$UPDATE_SSL_SCRIPT2 $user $domain"
|
||||
fi
|
||||
|
||||
|
||||
# Logging
|
||||
log_history "enabled ssl support for $domain"
|
||||
log_event "$OK" "$ARGUMENTS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue