瀏覽代碼

added password strip to parms

Daniel Gibbs 8 年之前
父節點
當前提交
6c3e30b895
共有 1 個文件被更改,包括 1 次插入0 次删除
  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}"
 }