mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Mostly white space, style, and luacheck compliance.
Signed-off-by: Jose Luis Duran <jlduran@gmail.com>
(cherry picked from commit 504981357a)
5 lines
77 B
Lua
5 lines
77 B
Lua
#!/usr/libexec/flua
|
|
|
|
local n = require("nuage")
|
|
|
|
n.sethostname("myhostname")
|