mirror of
https://github.com/AG7GN/nexus-utilities.git
synced 2025-05-29 12:50:14 -07:00
bug fixes
This commit is contained in:
parent
9c87186046
commit
af87d37aa4
@ -1 +1 @@
|
|||||||
VERSION="2.1.12"
|
VERSION="2.1.13"
|
7
tnc.sh
7
tnc.sh
@ -97,7 +97,7 @@
|
|||||||
#%
|
#%
|
||||||
#================================================================
|
#================================================================
|
||||||
#- IMPLEMENTATION
|
#- IMPLEMENTATION
|
||||||
#- version ${SCRIPT_NAME} 3.3.7
|
#- version ${SCRIPT_NAME} 3.3.8
|
||||||
#- 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
|
||||||
@ -392,11 +392,8 @@ SCRIPT_OPTS=':hc:v-:'
|
|||||||
typeset -A ARRAY_OPTS
|
typeset -A ARRAY_OPTS
|
||||||
ARRAY_OPTS=(
|
ARRAY_OPTS=(
|
||||||
[help]=h
|
[help]=h
|
||||||
|
[config]=c
|
||||||
[version]=v
|
[version]=v
|
||||||
[man]=h
|
|
||||||
[script]=s
|
|
||||||
[timestamp]=t
|
|
||||||
[wait]=w
|
|
||||||
)
|
)
|
||||||
|
|
||||||
LONG_OPTS="^($(echo "${!ARRAY_OPTS[@]}" | tr ' ' '|'))="
|
LONG_OPTS="^($(echo "${!ARRAY_OPTS[@]}" | tr ' ' '|'))="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user