mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
fixed typo: PROXY_YSTEM instead of PROXY_SYSTEM
This commit is contained in:
parent
7fdcbfe363
commit
3e63e92279
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue