Adding scripts directory to to include custom helper scripts.
This commit is contained in:
parent
57029d7a66
commit
f423bca5d8
|
@ -11,3 +11,5 @@ set -e
|
|||
|
||||
PROGRAM="$(basename ${0})"
|
||||
VERSION="1.0.0"
|
||||
|
||||
PATH="${PWD}/scripts:${PATH}"
|
||||
|
|
|
@ -1136,6 +1136,8 @@ LH_SOURCE="${LH_SOURCE}"
|
|||
LH_SOURCE_IMAGES="${LH_SOURCE_IMAGES}"
|
||||
EOF
|
||||
|
||||
mkdir -p scripts
|
||||
|
||||
if [ "${CONFIG}" = "clone" ] # FIXME
|
||||
then
|
||||
# Read package selection
|
||||
|
|
Loading…
Reference in New Issue