mirror of https://github.com/lcpz/lain.git
#112: using /bin/echo -e
This commit is contained in:
parent
d3cf8f992b
commit
e43585e947
|
@ -40,7 +40,7 @@ local function worker(args)
|
|||
|
||||
local mpdcover = helpers.scripts_dir .. "mpdcover"
|
||||
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('')
|
||||
|
||||
|
|
Loading…
Reference in New Issue