nuageinit: fix luacheck nit

Reported by:	jlduran
This commit is contained in:
Baptiste Daroussin
2025-04-23 16:49:46 +02:00
parent f85d086827
commit 18d74dc0cd
+1 -1
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