check-disc-usage.sh: minot change in script output.

This commit is contained in:
Christoph 2024-12-17 10:44:36 +01:00
parent 051e8dc948
commit 3525154857

View File

@ -400,7 +400,7 @@ if $found ; then
fi # if $(which lxc-ls > /dev/null) fi # if $(which lxc-ls > /dev/null)
SUBJECT="[ Warning ] Hard disk usage (${_percent}) on $(hostname -f) exceeds ${WARN_VALUE}%" SUBJECT="[ Warning ] Hard disk usage (${_percent}%) on $(hostname -f) exceeds ${WARN_VALUE}%"
SUBJECT_UTF8="$(echo "${SUBJECT}" | iconv -t UTF8)" SUBJECT_UTF8="$(echo "${SUBJECT}" | iconv -t UTF8)"
SUBJECT_UTF8_ENCODED="=?utf-8?B?$(echo ${SUBJECT_UTF8} | base64 --wrap=0)?=" SUBJECT_UTF8_ENCODED="=?utf-8?B?$(echo ${SUBJECT_UTF8} | base64 --wrap=0)?="