aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-08-15 18:26:04 +0200
committerPacien TRAN-GIRARD2015-08-15 18:26:04 +0200
commitf45e224dc0affea88f7601f5663776c348a8aea6 (patch)
tree85e57d3f50097abe32d9cfc25370bb95f93d25c0
parent43ed7cd5cc0157425364d21ff6d9d30bebb6f993 (diff)
downloadvi7-root-f45e224dc0affea88f7601f5663776c348a8aea6.tar.gz
Add a success indication at the end of the scriptHEADmaster
-rw-r--r--root-vi7.sh4
1 files changed, 4 insertions, 0 deletions
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
61rm -R /data/local/tmp/* 61rm -R /data/local/tmp/*
62#mount -o ro,remount /system # done on reboot 62#mount -o ro,remount /system # done on reboot
63/system/xbin/su --install 63/system/xbin/su --install
64
65# if we have reached this line (-e), everything is OK
66echo "OK"
67