diff --git a/src/hushd b/src/hushd index 434b213ae..78482f3ed 100755 --- a/src/hushd +++ b/src/hushd @@ -2,7 +2,7 @@ # Copyright (c) 2019 Hush developers # set working directory to the location of this script -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +DIR="$( cd "$( dirname "$( readlink -f "${BASH_SOURCE[0]}" )" )" && pwd )" cd $DIR NAME=HUSH3