remove check for mpd binary as it might be in a different location on a different system
This commit is contained in:
parent
1916450d90
commit
27e774892a
@ -20,7 +20,4 @@ set -A complete_mpc_1 -- \
|
||||
version volume \
|
||||
waitmessage
|
||||
|
||||
pgrep -fq '/usr/local/sbin/mpd'
|
||||
if [ $? = 0 ]; then
|
||||
set -A complete_mpc_2 -- $(mpc lsplaylists | sort)
|
||||
fi
|
||||
set -A complete_mpc_2 -- $(mpc lsplaylists | sort)
|
||||
|
Loading…
Reference in New Issue
Block a user