diff options
-rw-r--r-- | root-vi7.sh | 4 |
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 | |||
61 | rm -R /data/local/tmp/* | 61 | rm -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 | ||
66 | echo "OK" | ||
67 | |||