Ver código fonte

* Bug: línea 828

Guzmán Castanedo Villalba 6 anos atrás
pai
commit
3b1b509d64
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      install

+ 1 - 1
install

@@ -825,7 +825,7 @@ configurarCortafuegos() {
 			comprobarError $? 906 "443/tcp"
 		fi
 		ufw --force enable 2>&1 >> $logFile
-		comprobarError $= 907
+		comprobarError $? 907
 	elif [ $rhelOS = true ];then
 		firewall-cmd --add-port=80/tcp 2>&1 >> $logFile
 		comprobarError $? 906 "80/tcp"