From aae31d67047e06f4ebf0c2c0e20f4166b0c7af53 Mon Sep 17 00:00:00 2001 From: edwin170 <122418602+edwin170@users.noreply.github.com> Date: Sun, 9 Apr 2023 14:07:56 -0400 Subject: [PATCH] fixed error with rsync --- downr1n.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downr1n.sh b/downr1n.sh index f0124d1..3cb5d13 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -42,7 +42,7 @@ remote_cmd() { remote_cp() { sleep 1 if [ "$downgrade" ]; then - "$dir"/sshpass -p 'alpine' rsync -rvz -e 'ssh -p 6413' --progress "$@" + "$dir"/sshpass -p 'alpine' rsync -rvz -e 'ssh -p 6413' "$@" else "$dir"/sshpass -p 'alpine' scp -r -o StrictHostKeyChecking=no -P6413 $@ fi