Skip to content

Commit 5268ffb

Browse files
committed
oops, forgot to replace ip
1 parent cc1f6fb commit 5268ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ wget vestacp.com/notify/?$REPO -O /dev/null
577577
vst_ip=$(wget vestacp.com/what-is-my-ip/ -O - 2>/dev/null)
578578
if [ ! -z "$vst_ip" ] && [ "$vst_ip" != "$main_ip" ]; then
579579
# Assign passive ip address
580-
echo "pasv_address=54.246.111.50" >> /etc/vsftpd/vsftpd.conf
580+
echo "pasv_address=$vst_ip" >> /etc/vsftpd/vsftpd.conf
581581
fi
582582

583583
if [ -z "$vst_ip" ]; then

0 commit comments

Comments
 (0)