mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-25 14:17:41 +00:00
Remove outdated error message
Commit 5dbcabdf26
removed the `chown` call
in `_tmp_create()` but not the associated error message. This commit
removes that error message since it is just dead code.
This commit is contained in:
parent
98db698ac0
commit
030704f5f3
3
tomb
3
tomb
@ -271,9 +271,6 @@ _tmp_create() {
|
||||
[[ $? == 0 ]] || {
|
||||
_failure "Fatal error creating a temporary file: ::1 temp file::" "$tfile" }
|
||||
|
||||
[[ $? == 0 ]] || {
|
||||
_failure "Fatal error setting ownership on temporary file: ::1 temp file::" "$tfile" }
|
||||
|
||||
_verbose "Created tempfile: ::1 temp file::" "$tfile"
|
||||
TOMBTMP="$tfile"
|
||||
TOMBTMPFILES+=("$tfile")
|
||||
|
Loading…
Reference in New Issue
Block a user