summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsync.sh2
-rwxr-xr-xsync_ssl.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/sync.sh b/sync.sh
index c84494f..9ff8dfe 100755
--- a/sync.sh
+++ b/sync.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-rsync -e 'ssh -p 2223' -av \
+rsync -e 'ssh -p 2221' -av \
--usermap=abaumann:http \
--groupmap=abaumann:http \
--delete-after \
diff --git a/sync_ssl.sh b/sync_ssl.sh
index ba72c0f..0417e8e 100755
--- a/sync_ssl.sh
+++ b/sync_ssl.sh
@@ -5,7 +5,7 @@ cp -av public ssl-public
find ssl-public ! -name '*.db' -type f -exec \
sed -i 's@http://www\.andreasbaumann\.cc@https://www.andreasbaumann.cc@g' {} \;
-rsync -e 'ssh -p 2223' -av \
+rsync -e 'ssh -p 2221' -av \
--usermap=abaumann:http \
--groupmap=abaumann:http \
--delete-after \