mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-08-01 07:31:45 +08:00
5863004441341599ccdfaed0c034151c9a3cab13
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
Rust
56.8%
Vue
16.1%
C
10.5%
TypeScript
6.7%
C++
3.3%
Other
6.5%