fix invalid directory

This commit is contained in:
Amin Cheloh 2016-01-22 16:10:59 +07:00
parent f97076c60c
commit 193695e02a

View file

@ -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"
}
}