mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- luaserver: fix paths in small guide
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
#if 0
|
||||
For testing try:
|
||||
|
||||
cat <<EOT > /share/tuxbox/neutrino/luaplugins/test.lua
|
||||
#!/bin/luaclient
|
||||
cat <<EOT > /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 <config.h>
|
||||
|
Reference in New Issue
Block a user