From 7bc1457c5fe7ccb238ec124a1c6b61d610ab2594 Mon Sep 17 00:00:00 2001 From: Nicolas <81764489+Martin-Emiliano-Nicolas@users.noreply.github.com> Date: Wed, 19 Apr 2023 10:48:22 -0300 Subject: [PATCH] Update upload.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Permitirá tener una mayor descripción de los pasos ejecutados y en caso de falla obtener mayor visibilidad --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index 404b327..1ed3911 100755 --- a/upload.sh +++ b/upload.sh @@ -53,7 +53,7 @@ else fi # Building rsync command -expr="rsync -az $ARGS" +expr="rsync --progress -avz $ARGS" if [[ -n "$PLUGIN_RECURSIVE" && "$PLUGIN_RECURSIVE" == "true" ]]; then expr="$expr -r"