From 5aca10cf40030527c50b89522310e44de29cdf01 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Thu, 15 May 2025 00:08:40 +0200 Subject: update --- blogsend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blogsend') diff --git a/blogsend b/blogsend index 3093c8a..248f044 100755 --- a/blogsend +++ b/blogsend @@ -31,7 +31,7 @@ echo "Sending files modified in the past $HOURS hour(s)..." files=$(find -- * -iname "*.html" -path .tmp -prune -o -mmin -$MINUTES -type f) for file in $files do - scp -r "$file" "$rf/$file"; + scp "$file" "$rf/$file"; done echo "Done." -- cgit v1.2.3