Text typo fix

This commit is contained in:
Clemens Schwaighofer
2023-06-01 16:12:25 +09:00
parent 5735cf2ffb
commit b5854f93c4

View File

@@ -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