Fixed typo

This commit is contained in:
deajan 2017-02-09 12:35:33 +01:00
parent 900783f543
commit 7a930c9aef
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ function _GetDirectoriesSizeLocal {
if [ -f "$RUN_DIR/$PROGRAM.${FUNCNAME[0]}.error.$SCRIPT_PID.$TSTAMP" ]; then
Logger "Error output:\n$(cat $RUN_DIR/$PROGRAM.${FUNCNAME[0]}.error.$SCRIPT_PID.$TSTAMP)" "ERROR"
fi
elsew
else
Logger "File size fetched successfully." "NOTICE"
fi