adding more print

This commit is contained in:
Lucas Gravley 2020-04-27 14:55:21 -05:00
parent 619307fe9f
commit 79878c8ae9

View file

@ -1761,13 +1761,6 @@ Footer()
fi fi
done done
#################
# Footer prints #
#################
echo ""
echo "----------------------------------------------"
echo ""
############################### ###############################
# Exit with 1 if errors found # # Exit with 1 if errors found #
############################### ###############################
@ -1792,6 +1785,13 @@ Footer()
echo "Exiting with errors found!" echo "Exiting with errors found!"
exit 1 exit 1
else else
#################
# Footer prints #
#################
echo ""
echo "All file(s) linted successfully with no errors detected"
echo "----------------------------------------------"
echo ""
# Successful exit # Successful exit
exit 0 exit 0
fi fi