Pārlūkot izejas kodu

added password strip to parms

Daniel Gibbs 8 gadi atpakaļ
vecāks
revīzija
6c3e30b895
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      lgsm/functions/info_messages.sh

+ 1 - 0
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}"
 }