From f45e224dc0affea88f7601f5663776c348a8aea6 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 15 Aug 2015 18:26:04 +0200 Subject: Add a success indication at the end of the script --- root-vi7.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'root-vi7.sh') diff --git a/root-vi7.sh b/root-vi7.sh index 223e269..4584d4d 100644 --- a/root-vi7.sh +++ b/root-vi7.sh @@ -61,3 +61,7 @@ touch /system/etc/.installed_su_daemon rm -R /data/local/tmp/* #mount -o ro,remount /system # done on reboot /system/xbin/su --install + +# if we have reached this line (-e), everything is OK +echo "OK" + -- cgit v1.2.3