#!/system/bin/sh
# Script to set correct permissions to /system/etc/init.d folder by Ryuinferno @ XDA 2012
mount -o rw,remount /system
chmod -R 777 /system/etc/init.d
mount -o ro,remount /system

