diff --git a/backup/restore.sh b/backup/restore.sh index 17d7cd4..02bb6c7 100644 --- a/backup/restore.sh +++ b/backup/restore.sh @@ -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