From 193695e02a504bac2a2336fc084dcccf237fa3b5 Mon Sep 17 00:00:00 2001 From: Amin Cheloh Date: Fri, 22 Jan 2016 16:10:59 +0700 Subject: [PATCH] fix invalid directory --- distributions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distributions.sh b/distributions.sh index 11a50b5ca..929a1c047 100644 --- a/distributions.sh +++ b/distributions.sh @@ -177,8 +177,8 @@ fi END # display welcome message at first root login -touch $DEST/cache/mount/root/.not_logged_in_yet +touch $DEST/cache/sdcard/root/.not_logged_in_yet # remove hostapd because it's replaced with ours chroot $DEST/cache/sdcard /bin/bash -c "apt-get -y -qq remove hostapd >/dev/null 2>&1" -} \ No newline at end of file +}