From bd0cf350327d878f55fe25ff438e2a105c252c19 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Tue, 22 Dec 2015 20:44:24 +0300 Subject: [PATCH] Changed message for customizing image Fix for script path --- common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.sh b/common.sh index 9d0ed5c3f4..5d4d3d1cc9 100644 --- a/common.sh +++ b/common.sh @@ -369,10 +369,10 @@ closing_image (){ #-------------------------------------------------------------------------------------------------------------------------------- # Closing image and clean-up #-------------------------------------------------------------------------------------------------------------------------------- -display_alert "Possible after install." "$AFTERINSTALL" "info" +display_alert "Possible after install." "customize-image.sh" "info" cp $SRC/userpatches/customize-image.sh $DEST/cache/sdcard/tmp/customize-image.sh chmod +x $DEST/cache/sdcard/tmp/customize-image.sh -chroot $DEST/cache/sdcard /bin/bash "$DEST/cache/sdcard/tmp/customize-image.sh $RELEASE $FAMILY $BOARD $BUILD_DESKTOP" +chroot $DEST/cache/sdcard /bin/bash "/tmp/customize-image.sh $RELEASE $FAMILY $BOARD $BUILD_DESKTOP" chroot $DEST/cache/sdcard /bin/bash -c "sync" sync sleep 3