1
0
Fork 0

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:
Teo-CD 2024-03-29 12:38:46 +00:00
parent 61fef8495b
commit 62a44829fe

View file

@ -24,7 +24,7 @@ if [ ! $? ]; then
exit -1 exit -1
fi 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 carla ~/Projects/Audio/Carla/Sidechain\ comp\ Setup.carxp