- fixed the path of us428control.

- check the existence of us428control.
This commit is contained in:
Takashi Iwai 2003-12-02 11:57:06 +00:00
parent 97c544fe65
commit ae6ba4c872

View file

@ -10,7 +10,9 @@ if [ -x /usr/bin/logger ]; then
/usr/bin/logger -t $0 "calling $LOADER for $DEVICE"
fi
$LOADER
@bin@/us428control &
if [ -x @bindir@/us428control ]; then
@bindir@/us428control &
fi
if [ -x /usr/bin/logger ]; then
/usr/bin/logger -t $0 "leaving"
fi