summaryrefslogtreecommitdiff
path: root/scripts/kvmd-certbot
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-06-24 18:25:08 +0300
committerMaxim Devaev <[email protected]>2022-06-24 18:25:08 +0300
commitbd5676222bb75c8b737e61169545fe7c3028c41c (patch)
tree497892f01fefdf88ccb1102c9427fbb63a9086c0 /scripts/kvmd-certbot
parent9e6edd0cd76bb43abf4f500fd3cd08e473d60a56 (diff)
fixed permissions again
Diffstat (limited to 'scripts/kvmd-certbot')
-rwxr-xr-xscripts/kvmd-certbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kvmd-certbot b/scripts/kvmd-certbot
index 72adb8e2..54c6a570 100755
--- a/scripts/kvmd-certbot
+++ b/scripts/kvmd-certbot
@@ -62,7 +62,7 @@ if [ "$1" == "renew" ]; then
rm -rf '$new'
cp -a '$tmp' '$new'
rm '$new/updated'
- chmod 750 '$new/config/'{archive,live}
+ chmod 755 '$new/config/'{archive,live}
chmod 640 '$new'/config/archive/*/privkey*.pem
sed -s -i -e 's| = $tmp/| = $cur/|g' '$new/config/renewal/'*
sync