Open Hologos opened 3 years ago
This fixed this. Test on linux.
ABSOLUTE_DIRPATH="$( cd "$( dirname "$([[ -L "${BASH_SOURCE[0]}" ]] && readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")" )" && pwd )" || { \ >&2 echo "Cannot determine real path of the script." exit 1 }
This fixed this. Test on linux.