1
0
mirror of https://bitbucket.org/seefoe/src.git synced 2026-01-16 23:04:30 -05:00

Removed database_update exit behavior -- some errors that may be thrown aren't fatal

This commit is contained in:
seefo
2018-04-24 20:29:41 -04:00
parent 49b4a4f24b
commit 7a91231e61

View File

@@ -505,7 +505,7 @@ sub checkError
}
close CHECKFILE;
unlink("$filename");
die unless $dontdie;
# die unless $dontdie;
last;
}
}