diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index e9ea73c..c042b00 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -1,6 +1,6 @@ #### MINIMAL-FUNCTION-SET BEGIN #### -## FUNC_BUILD=2016111704 +## FUNC_BUILD=2016111705 ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## To use in a program, define the following variables: @@ -310,7 +310,6 @@ function SendAlert { if [ -e "$RUN_DIR/$PROGRAM._Logger.$SCRIPT_PID" ]; then body="$MAIL_ALERT_MSG"$'\n\n'"$(cat $RUN_DIR/$PROGRAM._Logger.$SCRIPT_PID)" fi - exit if [ $ERROR_ALERT == true ]; then subject="Error alert for $INSTANCE_ID"