From 528ec71620f558944631baa99516f4a8147c2fa4 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 20 Dec 2022 13:16:41 -0300 Subject: [PATCH] upload: No mostrar progreso al subir --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index a6fdd02..4830372 100755 --- a/upload.sh +++ b/upload.sh @@ -1,2 +1,2 @@ #!/bin/sh -rsync --rsh='ssh -p420' --progress --recursive --chmod=644 build/ ci-nulo-in@nulo.in:/var/www/nulo.in/ +rsync --rsh='ssh -p420' --recursive --chmod=644 build/ ci-nulo-in@nulo.in:/var/www/nulo.in/