summaryrefslogtreecommitdiff
path: root/sync_ssl.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-09-04 16:54:55 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-09-04 16:54:55 +0200
commit9873adc9146d0489f29a2911edf2c22f65bfa767 (patch)
tree94398a23c6a278c23d055333ffef87f24d44369b /sync_ssl.sh
parent70d9866125825b25de9d31e83a7be0202d72022c (diff)
downloadwww-andreasbaumann-cc-9873adc9146d0489f29a2911edf2c22f65bfa767.tar.gz
www-andreasbaumann-cc-9873adc9146d0489f29a2911edf2c22f65bfa767.tar.bz2
updated some things in OpenBSD-firewall
Diffstat (limited to 'sync_ssl.sh')
-rwxr-xr-xsync_ssl.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync_ssl.sh b/sync_ssl.sh
index 49d484d..02e808a 100755
--- a/sync_ssl.sh
+++ b/sync_ssl.sh
@@ -1,5 +1,6 @@
#!/bin/sh
+rm -rf ssl-public
cp -av public ssl-public
find ssl-public -type f -exec \
sed -i 's@http://www\.andreasbaumann\.cc@https://www.andreasbaumann.cc@g' {} \;