diff options
Diffstat (limited to '')
-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 f62cf0b96..7c65d0ed5 100755 --- 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. |