FusionPBX 3 лет назад
Родитель
Сommit
dff9992b83
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      debian/resources/iptables.sh

+ 2 - 1
debian/resources/iptables.sh

@@ -22,8 +22,9 @@ if [ ."$os_codename" = ."bullseye" ]; then
 fi
 
 #remove ufw
+ufw reset
 ufw disable
-apt-get remove ufw
+apt-get remove -y ufw
 #apt-get purge ufw
 
 #run iptables commands