commit 2ac92f9ab14f8ae3d49b6d4f5c6820e501a120b9
parent ceaafd986586ff12e93c82ac33e4b7140ce81104
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 10 Dec 2019 02:48:30 +0300
fix variable name
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkrootfs.sh b/mkrootfs.sh
@@ -63,7 +63,7 @@ if [ -n "$REPO" ]; then
# Remove if /tmp/repo already exists
rm -rf /tmp/repo
git clone --depth 1 "$REPO" /tmp/repo
- export KISS_PATH="${REPO_PATH:-/tmp/repo/core}"
+ export KISS_PATH="${HOST_REPO_PATH:-/tmp/repo/core}"
else
msg "REPO variable does not exist, current repository
will be copied directly to the root filesystem"