We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085a9e4 commit 7417899Copy full SHA for 7417899
func/domain.sh
@@ -223,7 +223,7 @@ add_web_config() {
223
trigger="${2/.*pl/.sh}"
224
if [ -x "$WEBTPL/$1/$WEB_BACKEND/$trigger" ]; then
225
$WEBTPL/$1/$WEB_BACKEND/$trigger \
226
- $user $domain $ip $HOMEDIR $HOMEDIR/$user/web/$domain/public_html
+ $user $domain $local_ip $HOMEDIR $HOMEDIR/$user/web/$domain/public_html
227
fi
228
}
229
0 commit comments