This commit is contained in:
accel 2023-03-16 19:53:29 +03:00
parent 06c89c1711
commit 7187ba8993

View File

@ -209,7 +209,7 @@ function zssh_generate_config4
cat "$src" >> "$dst" cat "$src" >> "$dst"
printf "\n IdentityFile %s\n\n" "$sshkey" >> "$dst" printf "\n IdentityFile %s\n\n" "$sshkey" >> "$dst"
done done
if ! matched if ! $matched
then then
zshlibs_log zssh_client "no configs for '$dst'" zshlibs_log zssh_client "no configs for '$dst'"
fi fi