Reinstall gravity cleanup on error

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2023-07-06 22:52:28 +02:00 committed by Adam Warner
parent 375d4d9bc1
commit 2a03671fb9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ gravity_DownloadBlocklists() {
if [[ "${status}" -ne 0 ]]; then
echo -e "\\n ${CROSS} Unable to create new database ${gravityTEMPfile}\\n ${output}"
#gravity_Cleanup "error"
gravity_Cleanup "error"
else
echo -e "${OVER} ${TICK} ${str}"
fi