You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the first script via termux-widget, then run the second script.
Termux still has the wake lock.
Expected behavior
Termux will release the wake lock.
Additional information
Post output of command termux-info.
Updatable packages:
All packages up to date
System information:
Linux localhost 3.18.120-PPK29.68-16-8-g0fbb2ba1b5e1 #1 SMP PREEMPT Fri Dec 28 18:52:16 CET 2018 aarch64 Android
Termux-packages arch:
aarch64
Android version:
9
Device manufacturer:
motorola
Device model:
XT1635-02
The text was updated successfully, but these errors were encountered:
It's been a while since I filed this issue. I could still reproduce it, however when I called termux-wake-unlock first before killing sshd, it seems to work properly. Will try to see more what's happening on my side, but this is my current workaround.
Problem description
termux-wake-unlock not running correctly when executed via termux-widget
Steps to reproduce
a. first.sh
#<<insert bash shebang>> termux-wake-lock sshd -D
b. second.sh
#<<inser bash shebang>> pkill sshd termux-wake-unlock
Run the first script via termux-widget, then run the second script.
Termux still has the wake lock.
Expected behavior
Termux will release the wake lock.
Additional information
Post output of command
termux-info
.The text was updated successfully, but these errors were encountered: