浏览代码

* Bug: faltaba comprobación en configurarCortafuegos()

Guzmán Castanedo Villalba 6 年之前
父节点
当前提交
c1235266b9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install

+ 1 - 0
install

@@ -829,6 +829,7 @@ configurarCortafuegos() {
 		firewall-cmd --runtime-to-permanent 2>&1 >> $logFile
 		comprobarError $? 907
 		habilitarServicio firewalld 2>&1 >> $logFile
+		comprobarError $? 907
 	fi
 	unset sshControl
 }