nuageinit: fix luacheck nit
Reported by: jlduran
This commit is contained in:
@@ -135,7 +135,7 @@ local function adduser(pwd)
|
|||||||
cmd = cmd .. extraargs .. " -c '" .. pwd.gecos
|
cmd = cmd .. extraargs .. " -c '" .. pwd.gecos
|
||||||
cmd = cmd .. "' -d '" .. pwd.homedir .. "' -s " .. pwd.shell .. postcmd
|
cmd = cmd .. "' -d '" .. pwd.homedir .. "' -s " .. pwd.shell .. postcmd
|
||||||
|
|
||||||
local f = io.popen(cmd, "w")
|
f = io.popen(cmd, "w")
|
||||||
if input then
|
if input then
|
||||||
f:write(input)
|
f:write(input)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user