mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
Merge pull request #759 from Skamasle/patch-3
Fix Bug 287 | fail when rebuild domains whit phpfcgid or phpcgi
This commit is contained in:
commit
8b0c7b0aff
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