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
Problem description
Termux boot does not run script at all
Steps to reproduce
Create a script as described in the documentation in .termux/boot/ and do a chmod +x of that script.
Put a line with date >> /data/data/com.termux/files/home/termux-boot which should log the current time at every reboot.
Expected behavior
After reboot, the date is logged, but nothing is logged and other commands are not run as well.
Additional information
Termux application version: 0.118
Android OS version: 10
Device model: Oneplus 6
(ignore the read clipboard file, only tasker-boot.sh is needed)
Select as action Plugin => Termux and fill in a script.
Open this action:
Problem description
Termux boot does not run script at all
Steps to reproduce
Create a script as described in the documentation in .termux/boot/ and do a chmod +x of that script.
Put a line with date >> /data/data/com.termux/files/home/termux-boot which should log the current time at every reboot.
Expected behavior
After reboot, the date is logged, but nothing is logged and other commands are not run as well.
Additional information
Termux application version: 0.118
Android OS version: 10
Device model: Oneplus 6
(ignore the read clipboard file, only tasker-boot.sh is needed)
Select as action Plugin => Termux and fill in a script.
Open this action:
Problem description
Termux boot does not run script at all
Steps to reproduce
Create a script as described in the documentation in .termux/boot/ and do a chmod +x of that script.
Put a line with
date >> /data/data/com.termux/files/home/termux-boot
which should log the current time at every reboot.Expected behavior
After reboot, the date is logged, but nothing is logged and other commands are not run as well.
Additional information
Contents of the script:
This starts sshd, Apache, MariaDB, avahi and finally logs the current time to check whether the script has really run.
The text was updated successfully, but these errors were encountered: