mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:36:28 +00:00
fix apt-download helper sourcing
This commit is contained in:
parent
74ac686202
commit
753e08b61b
@ -3,7 +3,7 @@ set -e
|
||||
set -u
|
||||
set -o pipefail
|
||||
|
||||
_here=`dirname $(realpath $0)`
|
||||
_here=`dirname $(realpath ${BASH_SOURCE})`
|
||||
if [[ -z ${LOADED_HELPERS:-} ]]; then
|
||||
. ${_here}/helpers
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user