Browse Source

added password strip to parms

pull/1639/head
Daniel Gibbs 8 years ago
parent
commit
6c3e30b895
  1. 1
      lgsm/functions/info_messages.sh

1
lgsm/functions/info_messages.sh

@ -357,6 +357,7 @@ fn_info_message_commandlineparms(){
echo -e ""
echo -e "${lightgreen}Command-line Parameters${default}"
fn_info_message_password_strip
fn_messages_separator
echo -e "${executable} ${parms}"
}

Loading…
Cancel
Save