mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update domain.sh
This commit is contained in:
parent
085a9e40c7
commit
7417899396
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ add_web_config() {
|
||||||
trigger="${2/.*pl/.sh}"
|
trigger="${2/.*pl/.sh}"
|
||||||
if [ -x "$WEBTPL/$1/$WEB_BACKEND/$trigger" ]; then
|
if [ -x "$WEBTPL/$1/$WEB_BACKEND/$trigger" ]; then
|
||||||
$WEBTPL/$1/$WEB_BACKEND/$trigger \
|
$WEBTPL/$1/$WEB_BACKEND/$trigger \
|
||||||
$user $domain $ip $HOMEDIR $HOMEDIR/$user/web/$domain/public_html
|
$user $domain $local_ip $HOMEDIR $HOMEDIR/$user/web/$domain/public_html
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue