diff options
author | vipergts450 <[email protected]> | 2023-04-13 16:12:32 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-13 23:12:32 +0300 |
commit | 5863004441341599ccdfaed0c034151c9a3cab13 (patch) | |
tree | cc358a96aa195426af3633fe762a11b46b9e8cce /kvmd/__init__.py | |
parent | 99e4615d384cbffb09ffc445bf90423c7eeeecfe (diff) |
Update kvmd-certbot: fix cp -a to catch dotfiles (#127)
Second pull request for this bug. Apparently, in bash `cp -a <dir>/*` ignores dotfiles, which are often how authfiles get named, notably as per the documentation for SSL cert management for certbot plugins in the PiKVM Wiki. Using `cp -a <dir>/.` instead should catch dotfiles and all files and subdirectories correctly.
Diffstat (limited to 'kvmd/__init__.py')
0 files changed, 0 insertions, 0 deletions