diff --git a/tesmart.sh b/tesmart.sh index dece9c4..86c087d 100755 --- a/tesmart.sh +++ b/tesmart.sh @@ -427,7 +427,7 @@ then esac done - TESMART_CONFIG="$(realpath "$TESMART_CONFIG")" + TESMART_CONFIG="$(readlink -f -- "$TESMART_CONFIG")" if [[ -r "$TESMART_CONFIG" ]] then if [[ -n "$DEBUG" ]]