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:
@@ -505,7 +505,7 @@ sub checkError
|
||||
}
|
||||
close CHECKFILE;
|
||||
unlink("$filename");
|
||||
die unless $dontdie;
|
||||
# die unless $dontdie;
|
||||
last;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user