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:
Shirayuki39 2024-08-13 21:53:51 +08:00
parent 5ead707f36
commit 856f196618

View file

@ -1,3 +1,5 @@
#!/vendor/bin/sh
# Enable DT2W
while [[ -z $(getprop sys.boot_completed) ]]; do sleep 5; done