Removed useless ugly quotes

This commit is contained in:
Tigerblue77 2025-10-27 11:23:34 +00:00
parent 83275ce64a
commit ea29ce5eeb
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@ fi
# Log main informations
echo "Server model: $SERVER_MANUFACTURER $SERVER_MODEL"
echo "iDRAC/IPMI host: \"$IDRAC_HOST\""
echo "iDRAC/IPMI host: $IDRAC_HOST"
# Log the fan speed objective, CPU temperature threshold and check interval
echo "Fan speed objective: $DECIMAL_FAN_SPEED%"
@ -113,7 +113,7 @@ while true; do
# Check if user fan control profile is applied then apply it if not
if $IS_DELL_FAN_CONTROL_PROFILE_APPLIED; then
IS_DELL_FAN_CONTROL_PROFILE_APPLIED=false
COMMENT="CPU temperature decreased and is now OK (<= \"$CPU_TEMPERATURE_THRESHOLD\"°C), user's fan control profile applied."
COMMENT="CPU temperature decreased and is now OK (<= $CPU_TEMPERATURE_THRESHOLD°C), user's fan control profile applied."
fi
fi