From 2ac92f9ab14f8ae3d49b6d4f5c6820e501a120b9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 10 Dec 2019 02:48:30 +0300 Subject: fix variable name --- mkrootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkrootfs.sh') diff --git a/mkrootfs.sh b/mkrootfs.sh index dff0d14..19fa8e0 100755 --- 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" -- cgit v1.2.3