File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ service nginx start
483483# Vsftpd configuration
484484wget $CHOST /$VERSION /vsftpd.conf -O /etc/vsftpd/vsftpd.conf
485485chkconfig vsftpd on
486- service vsftpf start
486+ service vsftpd start
487487
488488# MySQL configuration
489489mpass=$( gen_pass)
@@ -573,7 +573,7 @@ wget $CHOST/$VERSION/httpd-webmail.conf -O /etc/httpd/conf.d/roundcubemail.conf
573573wget $CHOST /$VERSION /roundcube-main.conf -O /etc/roundcubemail/main.inc.php
574574wget $CHOST /$VERSION /roundcube-db.conf -O /etc/roundcubemail/db.inc.php
575575wget $CHOST /$VERSION /roundcube-driver.php -O \
576- /usr/share/roundcubemail/plugins/password/drivers/ vesta.php
576+ /usr/share/roundcubemail/plugins/password/vesta.php
577577wget $CHOST /$VERSION /roundcube-pw.conf -O \
578578 /usr/share/roundcubemail/plugins/password/config.inc.php
579579r=" $( gen_pass) "
@@ -669,6 +669,7 @@ vst_ip=$(wget vestacp.com/what-is-my-ip/ -O - 2>/dev/null)
669669if [ ! -z " $vst_ip " ] && [ " $vst_ip " != " $main_ip " ]; then
670670 # Assign passive ip address
671671 echo " pasv_address=$vst_ip " >> /etc/vsftpd/vsftpd.conf
672+ service vsftpd restart
672673fi
673674if [ -z " $vst_ip " ]; then
674675 vst_ip=$main_ip
You can’t perform that action at this time.
0 commit comments