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

Update tnc.sh

This commit is contained in:
Steve Magnuson 2019-09-22 19:35:27 -07:00
parent 7f6c4e51d9
commit 2b63778786

4
tnc.sh
View File

@ -15,7 +15,7 @@
# to keep it running.
#
#===========================================================================================
VERSION="3.1.1"
VERSION="3.1.2"
# BEGINNING OF USER CONFIGURATION SECTION ########################################################
@ -24,7 +24,7 @@ TNC_CONFIG_FILE="$HOME/tnc.conf"
if [ -s "$TNC_CONFIG_FILE" ]
then
source $HOME/tnc.conf
if [[ $MYCALL =~ "N0CALL" || $MYCALL =~ "N0ONE" ]]
if [[ $MYCALL =~ N0CALL || $MYCALL =~ N0ONE ]]
then
echo >&2 "Error: You must set the MYCALL variable in $TNC_CONFIG_FILE."
exit 1