aboutsummaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rwxr-xr-xwebsite/host-scripts/upload-website.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/host-scripts/upload-website.sh b/website/host-scripts/upload-website.sh
index aeee1755..56dad034 100755
--- a/website/host-scripts/upload-website.sh
+++ b/website/host-scripts/upload-website.sh
@@ -29,7 +29,7 @@ rsync \
--copy-links --times --checksum --verbose \
--exclude host-scripts \
--exclude .git --exclude '*~' --exclude '#*#' \
- * \
+ * .htaccess \
"${SOURCEFORGE_LOGIN},fetchmail@web.sourceforge.net:htdocs/" &
pids="$pids $!"