From b5854f93c4bedb252601e3dad7030ede755138fa Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 1 Jun 2023 16:12:25 +0900 Subject: [PATCH] Text typo fix --- bin/authorized_key_location_change.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/authorized_key_location_change.sh b/bin/authorized_key_location_change.sh index 03f697b..cf435cd 100755 --- a/bin/authorized_key_location_change.sh +++ b/bin/authorized_key_location_change.sh @@ -56,7 +56,7 @@ if [ -z "${SSH_MASTER_AUTHORIZED_FILE}" ]; then echo "No master authorized_key file detected, no change check needed"; exit; fi; -echo "SSH Msater Authorized Key file: ${SSH_MASTER_AUTHORIZED_FILE}"; +echo "SSH Master Authorized Key file: ${SSH_MASTER_AUTHORIZED_FILE}"; echo "SSH Authorized Keys file folder: ${SSH_CENTRAL_AUTHORIZED_FILE_FOLDER}"; if [ ${LIST} -eq 1 ]; then