Update v-suspend-web-domain

This commit is contained in:
myvesta 2023-10-08 16:45:13 +02:00 committed by GitHub
parent a4acb57e54
commit 8748ffc85b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,10 @@ domain=$2
domain_idn=$2
restart=$3
if [ -z "$restart" ]; then
restart='yes'
fi
# Includes
source $VESTA/func/main.sh
source $VESTA/func/domain.sh