1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-21 00:40:12 -07:00

Fixed error reporting bug in patmail.sh

This commit is contained in:
Steve Magnuson 2020-08-18 18:15:26 -07:00
parent 801bdeebfa
commit 329de69e4e
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
VERSION="2.3.14"
VERSION="2.3.15"

View File

@ -67,7 +67,7 @@
#%
#================================================================
#- IMPLEMENTATION
#- version ${SCRIPT_NAME} 2.4.4
#- version ${SCRIPT_NAME} 2.4.5
#- author Steve Magnuson, AG7GN
#- license CC-BY-SA Creative Commons License
#- script_id 0
@ -245,7 +245,7 @@ shift $((${OPTIND} - 1)) ## shift options
trap SafeExit EXIT INT TERM
# Exit on error. Append '||true' when you run the script if you expect an error.
set -o errexit
#set -o errexit
# Check Syntax if set
$SYNTAX && set -n