mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
nuageinit: fix luacheck nit
Reported by: jlduran (cherry picked from commit 18d74dc0cd9e832a8786a916de1af1c801cb1cb8)
This commit is contained in:
parent
63aa7c5fb8
commit
28a38dc945
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ local function adduser(pwd)
|
|||
cmd = cmd .. extraargs .. " -c '" .. pwd.gecos
|
||||
cmd = cmd .. "' -d '" .. pwd.homedir .. "' -s " .. pwd.shell .. postcmd
|
||||
|
||||
local f = io.popen(cmd, "w")
|
||||
f = io.popen(cmd, "w")
|
||||
if input then
|
||||
f:write(input)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue