mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
Fix detection of ssh keys (#12230)
This commit is contained in:
parent
a94bf79869
commit
8c0016c0a7
1 changed files with 1 additions and 1 deletions
|
|
@ -693,7 +693,7 @@ find_host_ssh_keys() {
|
|||
/^[[:space:]]*#/ {next}
|
||||
/^[[:space:]]*$/ {next}
|
||||
{print}
|
||||
' | grep -E -c '"$re"' || true)
|
||||
' | grep -E -c "$re" || true)
|
||||
|
||||
if ((c > 0)); then
|
||||
files+=("$f")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue