From e6efdeb53d3643c1b979314a82fe0333057826e2 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Fri, 11 Jun 2021 12:46:00 -0400 Subject: [PATCH] ash: show progress on uup upload --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 35085fe..a7f47bc 100644 --- a/config.org +++ b/config.org @@ -856,7 +856,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac } _uup() { - rsync "$1" "root@armaanb.net:/var/ftp/pub/$2" --chmod 644 + rsync "$1" "armaa@armaanb.net:/srv/ftp/pub/$2" --chmod 644 --progress } ufile() { -- 2.39.2