nuageinit: fix luacheck nit

Reported by:	jlduran

(cherry picked from commit 18d74dc0cd9e832a8786a916de1af1c801cb1cb8)
This commit is contained in:
Baptiste Daroussin 2025-04-23 16:49:46 +02:00
parent 63aa7c5fb8
commit 28a38dc945

View file

@ -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