diff options
author | Pacien TRAN-GIRARD | 2015-08-15 18:26:04 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-08-15 18:26:04 +0200 |
commit | f45e224dc0affea88f7601f5663776c348a8aea6 (patch) | |
tree | 85e57d3f50097abe32d9cfc25370bb95f93d25c0 /root-vi7.sh | |
parent | 43ed7cd5cc0157425364d21ff6d9d30bebb6f993 (diff) | |
download | vi7-root-master.tar.gz |
Diffstat (limited to 'root-vi7.sh')
-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 | |||