opnsense-src/libexec/nuageinit/tests/addsshkey.lua
Jose Luis Duran 504981357a nuageinit: Lua check and lint files
Mostly white space, style, and luacheck compliance.

Signed-off-by: Jose Luis Duran <jlduran@gmail.com>
2024-09-26 12:58:00 +02:00

5 lines
75 B
Lua

#!/usr/libexec/flua
local n = require("nuage")
n.addsshkey(".", "mykey")