mirror of
https://github.com/AG7GN/nexus-utilities.git
synced 2025-06-02 14:50:11 -07:00
Fixed typo in comment
This commit is contained in:
parent
dd36cef336
commit
70b9dd9828
@ -63,7 +63,7 @@
|
|||||||
#%
|
#%
|
||||||
#================================================================
|
#================================================================
|
||||||
#- IMPLEMENTATION
|
#- IMPLEMENTATION
|
||||||
#- version ${SCRIPT_NAME} 2.2.6
|
#- version ${SCRIPT_NAME} 2.2.7
|
||||||
#- author Steve Magnuson, AG7GN
|
#- author Steve Magnuson, AG7GN
|
||||||
#- license CC-BY-SA Creative Commons License
|
#- license CC-BY-SA Creative Commons License
|
||||||
#- script_id 0
|
#- script_id 0
|
||||||
@ -236,7 +236,7 @@ $SYNTAX && set -n
|
|||||||
# Run in debug mode, if set
|
# Run in debug mode, if set
|
||||||
$DEBUG && set -x
|
$DEBUG && set -x
|
||||||
|
|
||||||
(( $# != 3 )) && Die "3 commands, TO, SUBJECT and TRANSPORT are required."
|
(( $# != 3 )) && Die "3 parameters, TO, SUBJECT and TRANSPORT are required."
|
||||||
|
|
||||||
PAT="$(command -v pat)"
|
PAT="$(command -v pat)"
|
||||||
[[ $? == 0 ]] || Die "pat winlink client is not installed."
|
[[ $? == 0 ]] || Die "pat winlink client is not installed."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user