Open ldoktor opened 4 years ago
When UDM_PLAY_SOUND is enabled the paplay command waits until the sound is played hanging the terminal. Let's run the paplay in the background to return immediately.
paplay
Signed-off-by: Lukáš Doktor ldoktor@redhat.com
It should also be wrapped in parentheses to suppress the output given for background processes.
See https://stackoverflow.com/q/7686989.
When UDM_PLAY_SOUND is enabled the paplay command waits until the sound is played hanging the terminal. Let's run the
paplay
in the background to return immediately.Signed-off-by: Lukáš Doktor ldoktor@redhat.com