Browse Source

Fix hushd to work when called via symlink

z_createrawtransaction
Luke Childs 5 years ago
committed by Jonathan "Duke" Leto
parent
commit
e0d64f45c7
  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