Only run pulseaudio check if binary exists.

master
Icedream 2018-02-20 03:17:22 +01:00
parent 0faacb3e0e
commit 55c28f9ce3
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ section_end
# pulseaudio # pulseaudio
section "pulseaudio" section "pulseaudio"
if pulseaudio --check; then if has_binary pulseaudio && pulseaudio --check; then
log "PulseAudio is active." log "PulseAudio is active."
else else
log "PulseAudio is inactive." log "PulseAudio is inactive."