File encoding
This commit is contained in:
parent
b3a57b9f1c
commit
5ebf5430da
|
@ -217,7 +217,7 @@ function check_certificates {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ ! -f "/etc/ssl/certs/${1}.dhparam" ]; then
|
if [ ! -f "/etc/ssl/certs/${1}.dhparam" ]; then
|
||||||
echo $"Diffie–Hellman parameters for ${CHECK_HOSTNAME} were not created"
|
echo $"DiffieHellman parameters for ${CHECK_HOSTNAME} were not created"
|
||||||
exit 5989
|
exit 5989
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue