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"