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
I'm trying to create new tmux session and run another script in it, but when trying to connect to this session it says that no sessions.
I am 100% sure that the boot script is working, because him starts ssh which I can to connect to + all commands in the script are executed if you run the script manually termux-wake-lock && sshd && whoami && nmap localhost && sv-enable ftpd && sv up ftpd && tmux new-session -d && tmux send-keys ./start-ubuntu20.sh C-m && tmux send-keys ./start.bash C-m
Termux 0.118.0
Termux:Boot 0.7
LG K8 (2017) M200E Android 8.1.0
The text was updated successfully, but these errors were encountered:
Add a shebang to your boot script, and make sure the start-ubuntu20.sh script has a valid shebang (i.e. /data/data/com.termux/files/usr/bin/sh instead of /usr/bin/sh for example)
I'm trying to create new tmux session and run another script in it, but when trying to connect to this session it says that no sessions.
I am 100% sure that the boot script is working, because him starts ssh which I can to connect to + all commands in the script are executed if you run the script manually
termux-wake-lock && sshd && whoami && nmap localhost && sv-enable ftpd && sv up ftpd && tmux new-session -d && tmux send-keys ./start-ubuntu20.sh C-m && tmux send-keys ./start.bash C-m
Termux 0.118.0
Termux:Boot 0.7
LG K8 (2017) M200E Android 8.1.0
The text was updated successfully, but these errors were encountered: