Merge pull request #4 from lukechilds/patch-7
Fix hushd to work when called via symlink
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Copyright (c) 2019 Hush developers
|
# Copyright (c) 2019 Hush developers
|
||||||
|
|
||||||
# set working directory to the location of this script
|
# 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
|
cd $DIR
|
||||||
|
|
||||||
NAME=HUSH3
|
NAME=HUSH3
|
||||||
|
|||||||
Reference in New Issue
Block a user