mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update v-suspend-web-domain
This commit is contained in:
parent
a4acb57e54
commit
8748ffc85b
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ domain=$2
|
||||||
domain_idn=$2
|
domain_idn=$2
|
||||||
restart=$3
|
restart=$3
|
||||||
|
|
||||||
|
if [ -z "$restart" ]; then
|
||||||
|
restart='yes'
|
||||||
|
fi
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
source $VESTA/func/main.sh
|
source $VESTA/func/main.sh
|
||||||
source $VESTA/func/domain.sh
|
source $VESTA/func/domain.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue