Merge pull request #109 from NovaFox161/master

Stop printing password to console
This commit is contained in:
Tigerblue77
2025-01-26 12:10:29 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ if [[ $IDRAC_HOST == "local" ]]; then
IDRAC_LOGIN_STRING='open'
else
echo "iDRAC/IPMI username: $IDRAC_USERNAME"
echo "iDRAC/IPMI password: $IDRAC_PASSWORD"
#echo "iDRAC/IPMI password: $IDRAC_PASSWORD"
IDRAC_LOGIN_STRING="lanplus -H $IDRAC_HOST -U $IDRAC_USERNAME -P $IDRAC_PASSWORD"
fi

View File

@@ -16,7 +16,7 @@ if [[ $IDRAC_HOST == "local" ]]; then
IDRAC_LOGIN_STRING='open'
else
echo "iDRAC/IPMI username: $IDRAC_USERNAME"
echo "iDRAC/IPMI password: $IDRAC_PASSWORD"
#echo "iDRAC/IPMI password: $IDRAC_PASSWORD"
IDRAC_LOGIN_STRING="lanplus -H $IDRAC_HOST -U $IDRAC_USERNAME -P $IDRAC_PASSWORD"
fi