Browse Source

Fix hushd to work when called via symlink

metaverse
Luke Childs 5 years ago
committed by GitHub
parent
commit
9e7c323d6d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/hushd

2
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

Loading…
Cancel
Save