Explorar el Código

* Bug: línea 438

Guzmán Castanedo Villalba hace 5 años
padre
commit
28cdd83271
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install

+ 1 - 1
install

@@ -435,7 +435,7 @@ comprobarDependencias() {
 		echo -en " OK.\n" | tee -a $logFile
 		# Comprobamos Firewall (ufw)
 		which ufw > /dev/null 2>&1
-		if [ $? -ne0 ];then
+		if [ $? -ne 0 ];then
 			result=$(apt-get -q -y install ufw 2>&1)
 			comprobarError $? 806 $result
 		fi