mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user