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