From c5f838c62b2eabe1a85d606dba8b29edf7a30d90 Mon Sep 17 00:00:00 2001 From: accel Date: Sun, 19 Mar 2023 14:15:20 +0300 Subject: [PATCH] fix --- zssh.funcs.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zssh.funcs.zsh b/zssh.funcs.zsh index 10396b9..d7ef6c9 100644 --- a/zssh.funcs.zsh +++ b/zssh.funcs.zsh @@ -200,7 +200,7 @@ function zssh_generate_config4 then sshkey="$zssh_private_keys/$ssh_node.key" zshlibs_log zssh_client "generating '$dst' with key '$sshkey'" - matched=1 + matched="1" rm "$dst" 2> /dev/null for src in "$srcs"/*.sshconf(N) do