diff options
| author | Cem Keylan <cem@ckyln.com> | 2019-12-10 02:48:30 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2019-12-10 02:48:30 +0300 |
| commit | 2ac92f9ab14f8ae3d49b6d4f5c6820e501a120b9 (patch) | |
| tree | 80ed4d44dee4236c9bfab361b8335c5fd8ecdb60 | |
| parent | ceaafd986586ff12e93c82ac33e4b7140ce81104 (diff) | |
| download | mkrootfs-2ac92f9ab14f8ae3d49b6d4f5c6820e501a120b9.tar.gz | |
fix variable name
| -rwxr-xr-x | mkrootfs.sh | 2 |
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" |
