From 1f7c7538035182ba2052f24e31604f03376f8721 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Aug 2016 09:43:02 +0300 Subject: Refer to chroot with right variable --- installer.customize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 installer.customize (limited to 'installer.customize') diff --git a/installer.customize b/installer.customize old mode 100644 new mode 100755 index e1c1d73..2cbb3eb --- a/installer.customize +++ b/installer.customize @@ -27,4 +27,4 @@ export LC_ALL=C rootdir="$1" # Put router image on installer image. -cp router.img.gz "$1/." +cp router.img.gz "$rootdir/." -- cgit v1.2.1