Browse Source

add queryport for col

pull/3075/head
H3o66 5 years ago
parent
commit
2a23f80760
  1. 1
      lgsm/functions/info_config.sh

1
lgsm/functions/info_config.sh

@ -1537,6 +1537,7 @@ fn_info_config_col(){
# password not set
serverpassword=${serverpassword:-"NOT SET"}
queryport=${port:-"0"}
else
servername=${servername:-"NOT SET"}
serverpassword=${serverpassword:-"NOT SET"}

Loading…
Cancel
Save