diff options
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | prebuilt/install-recovery.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilt/install-recovery.sh b/prebuilt/install-recovery.sh index 7c65d0ed5..f62cf0b96 100755..100644 --- a/prebuilt/install-recovery.sh +++ b/prebuilt/install-recovery.sh @@ -10,7 +10,7 @@ /system/xbin/daemonsu --auto-daemon & -# Some apps like to run stuff from this script as well, that will +# Some apps like to run stuff from this script as well, that will # obviously break root - in your code, just search this file # for "install-recovery-2.sh", and if present, write there instead. |