mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:24:12 +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 -u
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
_here=`dirname $(realpath $0)`
|
_here=`dirname $(realpath ${BASH_SOURCE})`
|
||||||
if [[ -z ${LOADED_HELPERS:-} ]]; then
|
if [[ -z ${LOADED_HELPERS:-} ]]; then
|
||||||
. ${_here}/helpers
|
. ${_here}/helpers
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user