prevent parameter error, replace hardcoded
This commit is contained in:
parent
a72f18817d
commit
01a3866c6e
@ -153,8 +153,8 @@ while [[ $# -gt 0 ]]; do
|
|||||||
current_parameter="$1"
|
current_parameter="$1"
|
||||||
case $current_parameter in
|
case $current_parameter in
|
||||||
-c|-C|--config)
|
-c|-C|--config)
|
||||||
Config_File="$2"
|
|
||||||
shift # past -c / --config
|
shift # past -c / --config
|
||||||
|
Config_File="$current_parameter"
|
||||||
shift # past value
|
shift # past value
|
||||||
;;
|
;;
|
||||||
-p|-P|--ShowPassword)
|
-p|-P|--ShowPassword)
|
||||||
|
Loading…
Reference in New Issue
Block a user