diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 6f09f895d..bb6fc00f9 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -1204,9 +1204,14 @@ fn_info_message_password_strip(){ if [ -n "${telnetpass}" ]; then telnetpass="********" fi + if [ -n "${wsapikey}" ]; then wsapikey="********" fi + if [ -n "${gslt}" ]; then + gslt="********" + fi + fi } \ No newline at end of file