Przeglądaj źródła

* Bug: línea 438

Guzmán Castanedo Villalba 5 lat temu
rodzic
commit
28cdd83271
1 zmienionych plików z 1 dodań i 1 usunięć
  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