Hello !
I'm currently using 2.6.37-slitaz for script development but I got an issue that I can't fix.
- I wrote a script which is working when I run it manually with :
"sh /usr/bin/sbin/myscript.sh"
or
"./myscript.sh"
- I want it run at every boot so I add my command
"sh /usr/sbin/myscript.sh"
into
"/etc/init.d/local.sh "
On boot the local.sh don't seems to be launched and my script has not been launched too.
I also tried manually to do "sh /etc/init.d/local.sh" then local.sh is running and my script is working but I can't find a way to properly automate it.
Do someone has an idea ?
Regards,
Gael