March 20, 2025, 20:42
chmod +x /home/rpi/script/mumbleclient.shSo far the script works if executed in normal screen GUI. And there is no user or password required to put in on the raspberry pi for logging in. Script:
#!/bin/bash sleep 30 mumble mumble://ClientName:ServerPassword:XXXXX@127.0.0.0:XXXXX/LAN/rpi/YIn the chron I have this:
@reboot lxterminal -e "/home/rpi/script/mumbleclient.sh"I get no terminal at startup that could run it with this chron setup. ------------------------------------------------------------------- Modified: Also I tried this: Did chmod +x on the sh file. Script now:
lxterminal -e mumble mumble://ClientName:ServerPassword:XXXXX@127.0.0.0:XXXXX/LAN/rpi/YThe script works there when runned with clicking it in the file browser GUI. I did not added any waiting there. Chron:
@reboot sh /home/rpi/script/mumbleclient1.shMy issue is with how to setup Chron! The terminal will not show up and do the task from Chron. There is also a terminal mumble called talkkonnect. But that will take me many hours to setup.