Auto_audio: Fix notify-send
For some reason the correct option was missing in the last notify-send, replace it to fix the set-up notification not showing up.
This commit is contained in:
parent
61fef8495b
commit
62a44829fe
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ if [ ! $? ]; then
|
|||
exit -1
|
||||
fi
|
||||
|
||||
notify-send - "$0" -i microphone "All sinks set-up"
|
||||
notify-send -a "$0" -i microphone "All sinks set-up"
|
||||
|
||||
carla ~/Projects/Audio/Carla/Sidechain\ comp\ Setup.carxp
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue