mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
- fixed the path of us428control.
- check the existence of us428control.
This commit is contained in:
parent
97c544fe65
commit
ae6ba4c872
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue