Skip to content

Commit

Permalink
Merge pull request #759 from Skamasle/patch-3
Browse files Browse the repository at this point in the history
Fix Bug 287 | fail when rebuild domains whit phpfcgid or phpcgi
  • Loading branch information
serghey-rodin committed Sep 7, 2016
2 parents 5a8cd90 + 7417899 commit 8b0c7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion func/domain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ add_web_config() {
trigger="${2/.*pl/.sh}"
if [ -x "$WEBTPL/$1/$WEB_BACKEND/$trigger" ]; then
$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
}

Expand Down

0 comments on commit 8b0c7b0

Please sign in to comment.