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