fix(RESTORE): increment errorCount on SQL import error
This commit is contained in:
parent
7b3ff7f6ae
commit
59cc9a5d66
@ -342,6 +342,7 @@ if [ "$restoreSQL" -eq 1 ]; then
|
||||
else
|
||||
writeLog 'done' 'error'
|
||||
writeLog 'error' '13' "Something went wrong while trying to restore SQL database. Perhaps try again?"
|
||||
errorCount=$((errorCount+1))
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user