mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
move plugins to /share/tuxbox/neutrino/plugins
Origin commit data
------------------
Commit: e33816f93c
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-30 (Thu, 30 May 2019)
Origin message was:
------------------
- move plugins to /share/tuxbox/neutrino/plugins
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