From 5b985514251b9cb6b8f4838ba904797aff2cd9cf Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 23 May 2023 19:27:19 -0400 Subject: [PATCH] Explicitly making argument literal --- cpstage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpstage4.sh b/cpstage4.sh index 4d9d140..fba53d3 100755 --- a/cpstage4.sh +++ b/cpstage4.sh @@ -161,7 +161,7 @@ fi RSYNC_OPTIONS=( -avxHAXS --numeric-ids - --info=progress2 + "--info=progress2" ) # if not in quiet mode, this message will be displayed: