From fa1c739a287925f1f84c42cc3cfadfe7d6525c56 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 13 Jun 2018 21:36:05 +0100 Subject: [PATCH] Hide wsapikey on postdetails --- lgsm/functions/info_messages.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 52083921c..6f09f895d 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -1204,5 +1204,9 @@ fn_info_message_password_strip(){ if [ -n "${telnetpass}" ]; then telnetpass="********" fi + if [ -n "${wsapikey}" ]; then + wsapikey="********" + fi + fi } \ No newline at end of file