File encoding

This commit is contained in:
Bob Mottram 2018-03-03 18:10:00 +00:00
parent b3a57b9f1c
commit 5ebf5430da
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ function check_certificates {
fi
fi
if [ ! -f "/etc/ssl/certs/${1}.dhparam" ]; then
echo $"DiffieHellman parameters for ${CHECK_HOSTNAME} were not created"
echo $"DiffieHellman parameters for ${CHECK_HOSTNAME} were not created"
exit 5989
fi
}