- move plugins to /share/tuxbox/neutrino/plugins

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-05-30 19:07:17 +02:00
committed by Thilo Graf
parent 1cf1b08d4e
commit 90d4694e12
2 changed files with 5 additions and 5 deletions

View File

@@ -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>