diff --git a/upload.sh b/upload.sh index cba498e..d6817b1 100755 --- a/upload.sh +++ b/upload.sh @@ -33,7 +33,7 @@ else fi if [ "$PLUGIN_ONLY_NEWER" = true ]; then - PLUGIN_ONLY_NEWER="-ne" + PLUGIN_ONLY_NEWER="-Rne --ignore-time" else PLUGIN_ONLY_NEWER="" fi