aboutsummaryrefslogtreecommitdiffstats
path: root/website/host-scripts
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-08-28 09:47:48 +0200
committerMatthias Andree <matthias.andree@gmx.de>2021-08-28 09:47:48 +0200
commit83341013378df763c7a8c8bffe0dc477b12e2ad0 (patch)
tree6f6f8d29e635937032f7201b513b4e4d32d36958 /website/host-scripts
parent36b4c0bbf539bda59d8947f2b05a574e47515784 (diff)
downloadfetchmail-83341013378df763c7a8c8bffe0dc477b12e2ad0.tar.gz
fetchmail-83341013378df763c7a8c8bffe0dc477b12e2ad0.tar.bz2
fetchmail-83341013378df763c7a8c8bffe0dc477b12e2ad0.zip
upload .htaccess
Diffstat (limited to 'website/host-scripts')
-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 $!"