diff options
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | bin/executable_wd-mount | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/executable_wd-mount b/bin/executable_wd-mount index 49466c2..b8f8a45 100755..100644 --- a/bin/executable_wd-mount +++ b/bin/executable_wd-mount @@ -8,6 +8,9 @@ case `uname` in Linux) if ! zpool list wd-pass > /dev/null 2>&1 ; then sudo zpool import -l wd-pass + sudo mount /var/lib/mpd/playlists + sudo mount /var/lib/mpd/music + sudo systemctl start var-lib-mpd-music.mount --now fi ;; *) |