mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
oops, forgot to replace ip
This commit is contained in:
parent
cc1f6fbf63
commit
5268ffb67c
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ wget vestacp.com/notify/?$REPO -O /dev/null
|
|||
vst_ip=$(wget vestacp.com/what-is-my-ip/ -O - 2>/dev/null)
|
||||
if [ ! -z "$vst_ip" ] && [ "$vst_ip" != "$main_ip" ]; then
|
||||
# Assign passive ip address
|
||||
echo "pasv_address=54.246.111.50" >> /etc/vsftpd/vsftpd.conf
|
||||
echo "pasv_address=$vst_ip" >> /etc/vsftpd/vsftpd.conf
|
||||
fi
|
||||
|
||||
if [ -z "$vst_ip" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue