diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-08-28 09:47:48 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-08-28 09:47:48 +0200 |
commit | 83341013378df763c7a8c8bffe0dc477b12e2ad0 (patch) | |
tree | 6f6f8d29e635937032f7201b513b4e4d32d36958 /website | |
parent | 36b4c0bbf539bda59d8947f2b05a574e47515784 (diff) | |
download | fetchmail-83341013378df763c7a8c8bffe0dc477b12e2ad0.tar.gz fetchmail-83341013378df763c7a8c8bffe0dc477b12e2ad0.tar.bz2 fetchmail-83341013378df763c7a8c8bffe0dc477b12e2ad0.zip |
upload .htaccess
Diffstat (limited to 'website')
-rwxr-xr-x | website/host-scripts/upload-website.sh | 2 |
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 $!" |