From: Siraaj Khandkar Date: Tue, 5 Feb 2019 01:16:56 +0000 (-0500) Subject: Fix close mpd connection X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=commitdiff_plain;h=143a48f5e33dee49a1348ba4056d3b64ffcfd750 Fix close mpd connection --- diff --git a/x1/bin/khatus_show b/x1/bin/khatus_show index 5170492..07c5f07 100755 --- a/x1/bin/khatus_show +++ b/x1/bin/khatus_show @@ -441,7 +441,7 @@ weather=$( #) mpd_currentsong=$( - echo 'currentsong' \ + echo 'currentsong\nclose' \ | nc 127.0.0.1 6600 \ | awk -v max_chars=10 ' /^OK/ { @@ -477,7 +477,7 @@ mpd_currentsong=$( ) mpd_state=$( - echo 'status' \ + echo 'status\nclose' \ | nc 127.0.0.1 6600 \ | awk \ -v current_song="$mpd_currentsong" \