mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 05:14:08 -07:00
fixed typo
This commit is contained in:
parent
9392655b2a
commit
5d6dd16ce5
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if [ "$domain_counter" -lt 1 ]; then
|
||||||
rm -f $HOMEDIR/$user/conf/web/*
|
rm -f $HOMEDIR/$user/conf/web/*
|
||||||
sed -i "/.*\/$user\/.*$WEB_SYSTEM.conf/d" $web_conf
|
sed -i "/.*\/$user\/.*$WEB_SYSTEM.conf/d" $web_conf
|
||||||
if [ -e "$proxy_conf" ]; then
|
if [ -e "$proxy_conf" ]; then
|
||||||
sed -i "/.*\/$user\/.*$WEB_SYSTEM.conf/d" $proxy_conf
|
sed -i "/.*\/$user\/.*$PROXY_SYSTEM.conf/d" $proxy_conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue