bento: a log file wasn't cleaned

This commit is contained in:
Solene Rapenne 2022-09-11 13:52:06 +02:00
parent a710b56bed
commit 32ce30c332
1 changed files with 1 additions and 0 deletions

1
bento
View File

@ -370,6 +370,7 @@ build_config()
cd - >/dev/null || exit 5
rm -fr "$TMP"
rm "$TMPLOG"
return "${SUCCESS}"
}