diff options
author | vipergts450 <[email protected]> | 2023-03-29 13:36:52 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-29 20:36:52 +0300 |
commit | 4b7bbddef135f5ba4a72c6ccb0fad7ae011c5553 (patch) | |
tree | 50d8952cdfaef1065781213482713ad70db00820 /scripts | |
parent | e1fba790c1eb76f2ead6668d238fafcc276c2792 (diff) |
Update kvmd-certbot (#125)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/kvmd-certbot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kvmd-certbot b/scripts/kvmd-certbot index a6334456..594c92e0 100755 --- a/scripts/kvmd-certbot +++ b/scripts/kvmd-certbot @@ -108,7 +108,7 @@ case "$1" in renew) shift create_tmp - cp -a "$cur"/{config,work,logs} "$tmp" + cp -a "$cur"/* "$tmp" chown -R "$user:" "$tmp" sed -s -i -e "s| = $cur/| = $tmp/|g" "$tmp/config/renewal/"* sudo --preserve-env -u "$user" certbot renew "$@" \ |