diff options
| author | Leah Rowe <leah@libreboot.org> | 2025-05-03 07:05:38 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2025-05-03 07:05:38 +0100 | 
| commit | 530e4109a2b4ad2d26c3e29eda652e2ab180cf84 (patch) | |
| tree | f42cefa3b869265094ee2a178daca8034d00173e /include | |
| parent | 498f5a26cc82db8063c37876058091e1b1279d45 (diff) | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/init.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/init.sh b/include/init.sh index c4650576..3f813ea7 100644 --- a/include/init.sh +++ b/include/init.sh @@ -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() | 
