prevent parameter error, replace hardcoded

master
root@zabbix.znil.net 2020-04-17 11:38:14 +02:00
parent a72f18817d
commit 01a3866c6e
1 changed files with 1 additions and 1 deletions

View File

@ -153,8 +153,8 @@ while [[ $# -gt 0 ]]; do
current_parameter="$1"
case $current_parameter in
-c|-C|--config)
Config_File="$2"
shift # past -c / --config
Config_File="$current_parameter"
shift # past value
;;
-p|-P|--ShowPassword)