Przeglądaj źródła

added password strip to parms

Daniel Gibbs 8 lat temu
rodzic
commit
6c3e30b895
1 zmienionych plików z 1 dodań i 0 usunięć
  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 ""
 	echo -e "${lightgreen}Command-line Parameters${default}"
 	echo -e "${lightgreen}Command-line Parameters${default}"
+	fn_info_message_password_strip
 	fn_messages_separator
 	fn_messages_separator
 	echo -e "${executable} ${parms}"
 	echo -e "${executable} ${parms}"
 }
 }