mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 10:26:38 +08:00
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.
Languages
Python
61%
JavaScript
10.4%
HTML
7.6%
C
6.4%
C++
4.4%
Other
10.1%