aboutsummaryrefslogtreecommitdiff
path: root/mkrootfs.sh
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-10 02:48:30 +0300
committerCem Keylan <cem@ckyln.com>2019-12-10 02:48:30 +0300
commit2ac92f9ab14f8ae3d49b6d4f5c6820e501a120b9 (patch)
tree80ed4d44dee4236c9bfab361b8335c5fd8ecdb60 /mkrootfs.sh
parentceaafd986586ff12e93c82ac33e4b7140ce81104 (diff)
downloadmkrootfs-2ac92f9ab14f8ae3d49b6d4f5c6820e501a120b9.tar.gz
fix variable name
Diffstat (limited to 'mkrootfs.sh')
-rwxr-xr-xmkrootfs.sh2
1 files changed, 1 insertions, 1 deletions
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"