alpine: Chequear bien por error
This commit is contained in:
parent
82d7066d0f
commit
670bc889ef
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ end
|
|||
|
||||
-- Returns nil when no failure, otherwise string error or apk's status code
|
||||
function alpine.make_world(rootfs_path, packages)
|
||||
local world = alpine.write_file(rootfs_path,
|
||||
local err = alpine.write_file(rootfs_path,
|
||||
"/etc/apk/world",
|
||||
utils.join_table(packages, "\n"))
|
||||
if err then return err end
|
||||
|
|
Loading…
Reference in a new issue