Added call to quit function at end of script

This commit is contained in:
Asif Bacchus 2018-09-19 23:23:44 -06:00
parent ebb56aa098
commit 26b687f92b

View File

@ -230,6 +230,8 @@ else
fi fi
### Exit script
quit
# This code should not be executed since the 'quit' function should terminate # This code should not be executed since the 'quit' function should terminate
# this script. Therefore, exit with code 99 if we get to this point. # this script. Therefore, exit with code 99 if we get to this point.