From 30e1bfb9f70037f1fa8acbf593a6e1d8ed482d02 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 18 Dec 2019 14:09:22 -0500 Subject: [PATCH] Update message for BMC password change --- xCAT-server/share/xcat/scripts/BMC_change_password.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/scripts/BMC_change_password.sh b/xCAT-server/share/xcat/scripts/BMC_change_password.sh index cedd35204..96bc3df2a 100755 --- a/xCAT-server/share/xcat/scripts/BMC_change_password.sh +++ b/xCAT-server/share/xcat/scripts/BMC_change_password.sh @@ -74,7 +74,7 @@ do echo "$name: Can not change password for $SYSTEM_TYPE system - $PW_PAM_VALIDATION" elif [[ -z "$PasswordChanged" ]]; then # If no output, password change was successful - echo "$name: Password for $SYSTEM_TYPE system changed" + echo "$name: Password for $SYSTEM_TYPE system changed. It might take up to 5 minutes for the BMC to update." else # Some unexpected output changing the password - report error and show output echo "$name: Unable to change password for $SYSTEM_TYPE system - $PasswordChanged" @@ -93,7 +93,7 @@ do echo "$name: Can not change password for $SYSTEM_TYPE system - $PW_PAM_VALIDATION" elif [[ -z "$PasswordChanged" ]]; then # If no output, password change was successful - echo "$name: Password for $SYSTEM_TYPE system changed" + echo "$name: Password for $SYSTEM_TYPE system changed. It might take up to 5 minutes for the BMC to update." else # Some unexpected output changing the password - report error and show output echo "$name: Unable to change password for $SYSTEM_TYPE system - $PasswordChanged"