From 2476e568a18b4e5f9f0bf710349e1594c144a143 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Wed, 14 Dec 2011 10:32:27 +0000 Subject: [PATCH] leo: fix permissions in init.d --- prebuilt/init.htcleo.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuilt/init.htcleo.rc b/prebuilt/init.htcleo.rc index 4dcd5a0..38f3555 100644 --- a/prebuilt/init.htcleo.rc +++ b/prebuilt/init.htcleo.rc @@ -29,7 +29,7 @@ on fs chmod 0777 /data/drm/rights/mid.txt # Change the permission of the init.d scripts - chmod 755 /etc/init.d/* + chmod 755 /system/etc/init.d/* on post-fs-data mkdir /data/misc/wifi 0770 wifi wifi