Use /usr/bin/env lua instead of /usr/bin/lua in development environment startscript
This commit is contained in:
parent
67c4ce4dfc
commit
d1c078e1a7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/lua
|
||||
#!/usr/bin/env lua
|
||||
require("luci.httpd")
|
||||
require("luci.httpd.server")
|
||||
require("luci.httpd.handler.file")
|
||||
|
|
Loading…
Reference in a new issue