edob: do not die if log file exists

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2024-05-14 11:19:09 +02:00
parent 791ffa929c
commit b5d7d615c0

View File

@@ -80,7 +80,6 @@ edob() {
[[ -z ${log_name} ]] && log_name="$(basename ${1})"
local log_file="${T}/${log_name}.log"
[[ -f ${log_file} ]] && die "Log file ${log_file} exists. Consider using \"edob -l\""
ebegin "${message}"