diff options
author | Alexander Diewald <Diewi@diewald-net.com> | 2017-11-28 15:49:49 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:11:29 +0200 |
commit | 281e1c378aaa1b7197051f9a1e4f0d75b60dcac8 (patch) | |
tree | e03d943450732f3da5b26939afc30593a2d97e0c /rootdir/system | |
parent | 154011abb8b0e9cc67c5f0620f18e080f3ae983e (diff) |
shinano: Move shell scripts to system/vendor.
* Scripts use the /system/vendor/bin/sh shebang now.
* Move shell scripts from system/etc to vendor/system/bin.
* Adjust init files.
Change-Id: Ib0b9eb59305425b415e2681e7943f9ebfa6480d4
Signed-off-by: Alexander Diewald <Diewi@diewald-net.com>
Signed-off-by: Arian <arian.kulmer@web.de>
Diffstat (limited to 'rootdir/system')
-rwxr-xr-x | rootdir/system/vendor/bin/credmgrfirstboot.sh (renamed from rootdir/system/bin/credmgrfirstboot.sh) | 2 | ||||
-rw-r--r-- | rootdir/system/vendor/bin/init.qcom-sensor.sh (renamed from rootdir/system/etc/init.qcom-sensor.sh) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/system/bin/credmgrfirstboot.sh b/rootdir/system/vendor/bin/credmgrfirstboot.sh index 36e0c08..3b3ade9 100755 --- a/rootdir/system/bin/credmgrfirstboot.sh +++ b/rootdir/system/vendor/bin/credmgrfirstboot.sh @@ -1,4 +1,4 @@ -#!/system/bin/sh +#!/system/vendor/bin/sh CREDFOLDER=/data/credmgr LOG=/cache/credmgr.log diff --git a/rootdir/system/etc/init.qcom-sensor.sh b/rootdir/system/vendor/bin/init.qcom-sensor.sh index 21d24c7..f8ab53f 100644 --- a/rootdir/system/etc/init.qcom-sensor.sh +++ b/rootdir/system/vendor/bin/init.qcom-sensor.sh @@ -1,4 +1,4 @@ -#!/system/bin/sh +#!/system/vendor/bin/sh # Copyright (C) 2013 Sony Mobile Communications AB. # |