mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-15 02:33:23 +02:00
fixed typo: PROXY_YSTEM instead of PROXY_SYSTEM
This commit is contained in:
@@ -175,7 +175,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
|
||||
|
||||
# Backup proxy config
|
||||
if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
|
||||
conf=$HOMEDIR/$user/conf/web/$domain.$PROXY_YSTEM.conf
|
||||
conf=$HOMEDIR/$user/conf/web/$domain.$PROXY_SYSTEM.conf
|
||||
if [ -e "$conf" ]; then
|
||||
cp $conf conf/$PROXY_SYSTEM.conf
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user