From 541c316935ada16559199f755030f1541b710089 Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 28 Jan 2023 15:45:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E5=A5=87?= =?UTF-8?q?=E6=80=AA=E7=9A=84=20bug.?= 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 a0ed80b..150d4df 100644 --- a/conf-sshd.sh +++ b/conf-sshd.sh @@ -77,7 +77,7 @@ update_sshkeys() { echo "Please specify the URL of the SSH public key." exit 1 fi - echo "Downloading SSH public key from `$sshkey_url`" + echo "Downloading SSH public key from '$sshkey_url'" mkdir -p ~/.ssh local ssh_keys=$(curl -s $sshkey_url) if [ $? -ne 0 ] || [ "$ssh_keys" == "" ]; then