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:
parent
7f6c4e51d9
commit
2b63778786
4
tnc.sh
4
tnc.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user