Apply fixes to correct script this time.
This commit is contained in:
parent
64fc9b64e7
commit
4bdf989130
|
@ -11,9 +11,10 @@
|
|||
|
||||
|
||||
# Get the directory of the repository (needed to include functions file)
|
||||
cd "$(dirname $0)"
|
||||
REPOS=$(dirname "$(pwd)")
|
||||
source "${REPOS}/scripts/functions.sh" || exit 1
|
||||
cd $(dirname $0)
|
||||
cd $(dirname $(pwd))
|
||||
[ -z "${VERBOSE}" ] && VERBOSE="0"
|
||||
source scripts/functions.sh || exit 1
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue