Stop making ~/music when mpd starts.

The default music directory has been changed to /sdcard/music anyway, so
it is no longer required and actually more confusing to people, since
they will think they should put their music into ~/music, which will not
work with the default configuration of mpd.
This commit is contained in:
Oliver Schmidhauser 2017-07-17 08:03:09 +02:00 committed by Fredrik Fornwall
parent 4e3c2f3746
commit 86538f555e

View File

@ -1,7 +1,6 @@
mpd_test=$(pgrep -f /data/data/com.termux/files/usr/libexec/mpd) mpd_test=$(pgrep -f /data/data/com.termux/files/usr/libexec/mpd)
CmdArgs=$(echo "$@") CmdArgs=$(echo "$@")
#echo $mpd_test #echo $mpd_test
mkdir -p ~/music
mkdir -p ~/.mpd mkdir -p ~/.mpd
mkdir -p ~/.mpd/playlists mkdir -p ~/.mpd/playlists
touch ~/.mpd/state touch ~/.mpd/state