File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 498498# Firewall configuartion
499499wget $CHOST /$VERSION /firewall.tar.gz -O firewall.tar.gz
500500tar -xzf firewall.tar.gz
501+ rm -f firewall.tar.gz
501502if [ " $disable_iptables " = ' yes' ]; then
502503 sed -i " s/iptables//" $VESTA /conf/vesta.conf
503504else
504- $BIN /v-update-firewall
505+ /usr/local/vesta/bin /v-update-firewall
505506fi
506507
507508# Generating SSL certificate
Original file line number Diff line number Diff line change 557557# Firewall configuration
558558wget $CHOST /$VERSION /firewall.tar.gz -O firewall.tar.gz
559559tar -xzf firewall.tar.gz
560+ rm -f firewall.tar.gz
560561if [ " $disable_iptables " = ' yes' ]; then
561562 sed -i " s/iptables//" $VESTA /conf/vesta.conf
562563 chkconfig iptables off
563564 service iptables stop
564565else
565- $BIN /v-update-firewall
566+ /usr/local/vesta/bin /v-update-firewall
566567fi
567568
568569# Generating SSL certificate
Original file line number Diff line number Diff line change 504504# Firewall configuartion
505505wget $CHOST /$VERSION /firewall.tar.gz -O firewall.tar.gz
506506tar -xzf firewall.tar.gz
507+ rm -f firewall.tar.gz
507508if [ " $disable_iptables " = ' yes' ]; then
508509 sed -i " s/iptables//" $VESTA /conf/vesta.conf
509510else
510- $BIN /v-update-firewall
511+ /usr/local/vesta/bin /v-update-firewall
511512fi
512513
513514# Generating SSL certificate
You can’t perform that action at this time.
0 commit comments