Install and use vendor shell for shell scripts
Bug: 36463595
Test: Boot sailfish and make sure all init services (that are shell
scripts) exit with status 0
Change-Id: I2f8b57926bac8d0a7b2b77dad898e11330bc0996
Signed-off-by: Sandeep Patil <[email protected]>
diff --git a/init.power.sh b/init.power.sh
index bb635aa..eeabb0a 100755
--- a/init.power.sh
+++ b/init.power.sh
@@ -1,4 +1,4 @@
-#!/system/bin/sh
+#!/vendor/bin/sh
################################################################################
# helper functions to allow Android init like script