mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- move plugins to /share/tuxbox/neutrino/plugins
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#if 0
|
||||
For testing try:
|
||||
|
||||
cat <<EOT > /lib/tuxbox/luaplugins/test.lua
|
||||
cat <<EOT > /share/tuxbox/neutrino/luaplugins/test.lua
|
||||
#!/bin/luaclient
|
||||
|
||||
for i,v in ipairs(arg) do
|
||||
@@ -30,9 +30,9 @@ end
|
||||
return "ok"
|
||||
EOT
|
||||
|
||||
chmod +x /lib/tuxbox/luaplugins/test.lua
|
||||
chmod +x /share/tuxbox/neutrino/luaplugins/test.lua
|
||||
|
||||
/lib/tuxbox/luaplugins/test.lua a b c d
|
||||
/share/tuxbox/neutrino/luaplugins/test.lua a b c d
|
||||
#endif
|
||||
|
||||
#include <config.h>
|
||||
|
Reference in New Issue
Block a user