WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: start script at startup  (Read 1929 times)

Offline ml

  • Newbie
  • *
  • Posts: 14
start script at startup
« on: August 02, 2011, 03:19:26 AM »
Hi,

I am trying to start a bash script at starup of TC.

I added in the file bootlocal.sh:

bash myscript.sh

The script reads keybord input. If I start the script from a promt, their is no problems, but at startup time its ends without to wait for input.

Any suggestions?

Thanks in advance

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10969
Re: start script at startup
« Reply #1 on: August 04, 2011, 09:27:40 AM »
Use bootsync instead of bootlocal for interactive things.
The only barriers that can stop you are the ones you create yourself.

Offline ml

  • Newbie
  • *
  • Posts: 14
Re: start script at startup
« Reply #2 on: August 05, 2011, 02:06:57 AM »
Thanks,

it works fine.