Bootup Changes in 1.7.3 to 1.7.4

roboduck

Vu+ Newbie
Hi guys,
today I installed the new Update to 1.7.4. It´s works nearly fine.
I just got one little problem:
To use my oplay as a network share I build an .sh script. In 1.7.3. the skript works via bootup in 1.7.4 it doesn´t.
If I start the /usr/script/oplay.sh it is working in 1.7.4 but not at the system start.
It looks like the command line in bootup is ignored.

The following command line is added in bootup.

#Blackhole
echo 33 > /proc/progress
[ -e "/usr/script/oplay.sh" ] && /usr/script/oplay.sh &

chmod is 755 for .sh script

Any Ideas?

regards,
Roboduck
 

roboduck

Vu+ Newbie
Now it is working also from deep Standby
I copied the script to init.d and made an link in rc3.d.

regards,
Roboduck
 
Top