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 729b9d4 commit f4a45e7Copy full SHA for f4a45e7
install/vst-install.sh
@@ -745,10 +745,6 @@ vst_ip=$(wget vestacp.com/what-is-my-ip/ -O - 2>/dev/null)
745
if [ ! -z "$vst_ip" ] && [ "$vst_ip" != "$main_ip" ]; then
746
# Set NAT association
747
$VESTA/bin/v-change-sys-ip-nat $main_ip $vst_ip
748
-
749
- # Assign passive ip address
750
- echo "pasv_address=$vst_ip" >> /etc/vsftpd/vsftpd.conf
751
- service vsftpd restart
752
fi
753
if [ -z "$vst_ip" ]; then
754
vst_ip=$main_ip
0 commit comments