1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-28 04:10:19 -07:00

Fixed parameter option

This commit is contained in:
Steve Magnuson 2020-02-08 19:38:14 -08:00
parent 6e1a7aac1c
commit 1127ab8263
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@
#%
#================================================================
#- IMPLEMENTATION
#- version ${SCRIPT_NAME} 1.2.1
#- version ${SCRIPT_NAME} 1.2.2
#- author Steve Magnuson, AG7GN
#- license CC-BY-SA Creative Commons License
#- script_id 0
@ -189,7 +189,7 @@ declare -i MAX_WAIT=300
#============================
#== set short options ==#
SCRIPT_OPTS=':hs:w:t:v-:'
SCRIPT_OPTS=':hc:w:t:v-:'
#== set long options associated with short one ==#
typeset -A ARRAY_OPTS

View File

@ -1 +1 @@
VERSION="2.1.1"
VERSION="2.1.2"