summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-02-04 12:15:14 -0800
committerDoug Zongker <dougz@android.com>2014-02-04 12:33:08 -0800
commit9526202d84387df3950bf526bbbaeac1ede129d2 (patch)
tree23e98ca698f7c1698d63654423ef80829d5506ca /rootdir
parent5a23144aa5c6f4a7b93bcc5a218ca9ce8f4d7f3b (diff)
downloadsystem_core-9526202d84387df3950bf526bbbaeac1ede129d2.zip
system_core-9526202d84387df3950bf526bbbaeac1ede129d2.tar.gz
system_core-9526202d84387df3950bf526bbbaeac1ede129d2.tar.bz2
set permissions of recovery install script
The script that writes the recovery partition after a successful update of system needs to be made executable. This change also moves it from /system/etc to /system/bin. Bug: 12893978 Change-Id: I686e2392a2392515a6859a7381b735de1007b7ea
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index dc260e6..e8837a3 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -536,7 +536,7 @@ service installd /system/bin/installd
class main
socket installd stream 600 system system
-service flash_recovery /system/etc/install-recovery.sh
+service flash_recovery /system/bin/install-recovery.sh
class main
oneshot