1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-12 19:03:42 +01:00

Fixed typo

This commit is contained in:
deajan 2017-02-09 12:35:33 +01:00
parent 900783f543
commit 7a930c9aef

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