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