瀏覽代碼

* Bug: línea 438

Guzmán Castanedo Villalba 5 年之前
父節點
當前提交
28cdd83271
共有 1 個文件被更改,包括 1 次插入1 次删除
  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