diff --git a/src/system/luaserver.cpp b/src/system/luaserver.cpp index 1b28f399d..cdf47ec71 100644 --- a/src/system/luaserver.cpp +++ b/src/system/luaserver.cpp @@ -21,8 +21,8 @@ #if 0 For testing try: -cat < /share/tuxbox/neutrino/luaplugins/test.lua -#!/bin/luaclient +cat < /usr/share/tuxbox/neutrino/luaplugins/test.lua +#!/usr/bin/luaclient for i,v in ipairs(arg) do print(tostring(i) .. "\t" .. tostring(v)) @@ -30,9 +30,9 @@ end return "ok" EOT -chmod +x /share/tuxbox/neutrino/luaplugins/test.lua +chmod +x /usr/share/tuxbox/neutrino/luaplugins/test.lua -/share/tuxbox/neutrino/luaplugins/test.lua a b c d +/usr/share/tuxbox/neutrino/luaplugins/test.lua a b c d #endif #include