1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-07 23:03:10 +02:00

removed Darwin specific code and modified the docs to indicate macOS is not supported

This commit is contained in:
NorseGaud
2022-03-06 11:37:49 -05:00
parent d101d0aa0a
commit 54e41d04f7
3 changed files with 7 additions and 27 deletions

View File

@ -88,14 +88,6 @@ function _show_local_usage
function _get_absolute_script_directory
{
if [[ "$(uname)" == 'Darwin' ]]
then
readlink() {
# requires coreutils
greadlink "${@:+$@}"
}
fi
if dirname "$(readlink -f "${0}")" &>/dev/null
then
DIR="$(dirname "$(readlink -f "${0}")")"