#112: using /bin/echo -e
This commit is contained in:
parent
d3cf8f992b
commit
e43585e947
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ local function worker(args)
|
||||||
|
|
||||||
local mpdcover = helpers.scripts_dir .. "mpdcover"
|
local mpdcover = helpers.scripts_dir .. "mpdcover"
|
||||||
local mpdh = "telnet://" .. host .. ":" .. port
|
local mpdh = "telnet://" .. host .. ":" .. port
|
||||||
local echo = "echo -e 'password " .. password .. "\nstatus\ncurrentsong\nclose'"
|
local echo = "/bin/echo -e 'password " .. password .. "\nstatus\ncurrentsong\nclose'"
|
||||||
|
|
||||||
mpd.widget = wibox.widget.textbox('')
|
mpd.widget = wibox.widget.textbox('')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue