From 8d39bc98551b3ffaea5a933902a54e5f1afbcb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Echedey=20L=C3=B3pez=20Romero?= Date: Thu, 7 Jan 2021 23:06:09 +0000 Subject: [PATCH] Actualizar 'update.sh' --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index cc0c3ad..209a1be 100644 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ directorio="$HOME/web" -if ["$PWD" != "$directorio" ] +if [ "$PWD" != "$directorio" ] then cd "$directorio" fi