From 515cbb0ef3086752d3530182d66a719bf4f550b0 Mon Sep 17 00:00:00 2001 From: "atlas.w" Date: Fri, 28 Oct 2022 03:52:29 +0000 Subject: [PATCH] update script/tools/safe_sshcmd.sh. Signed-off-by: atlas.w --- script/tools/safe_sshcmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/tools/safe_sshcmd.sh b/script/tools/safe_sshcmd.sh index beb5cc7..b1e6f6f 100644 --- a/script/tools/safe_sshcmd.sh +++ b/script/tools/safe_sshcmd.sh @@ -34,7 +34,7 @@ do esac done - +// test scan if [ "x${execcmd}" = "x" -o "x${machineip}" = "x" ];then usage exit 1 -- Gitee