init.sh: *Re-create* tmpdirs on parent instance

To make sure any old files are removed, always re-create.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-03 07:05:38 +01:00
parent 980a1033e9
commit ef3bda7d93
+1 -1
View File
@@ -201,7 +201,7 @@ xbmk_create_tmpdir()
# /tmp might be a tmpfs, so for large files we use ./tmp,
# not to be confused with xbmktmp (xbmktmp points to /tmp)
x_ mkdir -p "$xbmktmp" "$xbmklocal"
remkdir "$xbmktmp" "$xbmklocal"
}
xbmk_lock()