From 4e417afa279f1a21e8cb22906e28fd9f2adf30bf Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 28 Jan 2023 21:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=84=9A=E6=9C=AC=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=97=A0=E6=B3=95=E8=A7=A3=E6=9E=90=E5=BC=95=E5=8F=B7?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf-sshd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf-sshd.sh b/conf-sshd.sh index 3364dad..4cb2649 100644 --- a/conf-sshd.sh +++ b/conf-sshd.sh @@ -11,7 +11,7 @@ script_url="{{ script_url }}" ############ 脚本区 ########## -script_params=$@ +script_params=$* has_param() { for param in $script_params; do for tParam in $@; do