We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1f6fb commit 5268ffbCopy full SHA for 5268ffb
1 file changed
install/vst-install.sh
@@ -577,7 +577,7 @@ wget vestacp.com/notify/?$REPO -O /dev/null
577
vst_ip=$(wget vestacp.com/what-is-my-ip/ -O - 2>/dev/null)
578
if [ ! -z "$vst_ip" ] && [ "$vst_ip" != "$main_ip" ]; then
579
# Assign passive ip address
580
- echo "pasv_address=54.246.111.50" >> /etc/vsftpd/vsftpd.conf
+ echo "pasv_address=$vst_ip" >> /etc/vsftpd/vsftpd.conf
581
fi
582
583
if [ -z "$vst_ip" ]; then
0 commit comments