Updated error codes

This commit is contained in:
Asif Bacchus 2018-09-06 03:14:34 -06:00
parent af035719f8
commit 9cae90f3d9
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ maintResult="$?"
if [ "$mainResult" = "0" ]; then
echo -e "\e[0;36m...done\e[0m" >> $logFile
else
quit 200
quit 500
fi
## Read sqlDetails file and extract necessary information