mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 13:46:26 -08:00
LG8n: rootdir: Add shebang on init.gesture.sh
* This could be why it's not executing even if called by init, honestly i'm just shooting in the dark atp Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
5ead707f36
commit
856f196618
|
@ -1,3 +1,5 @@
|
|||
#!/vendor/bin/sh
|
||||
|
||||
# Enable DT2W
|
||||
while [[ -z $(getprop sys.boot_completed) ]]; do sleep 5; done
|
||||
|
||||
|
|
Loading…
Reference in a new issue