fixed typo (succes)

This commit is contained in:
Louwrentius 2009-07-03 22:53:11 +00:00
parent e6d3539b51
commit 64486cb710
1 changed files with 1 additions and 1 deletions

View File

@ -1293,7 +1293,7 @@ commando () {
then
echo -e "Status:\t\tError - something went wrong." >> "$ITEM_LOG_FILE"
else
echo -e "Status:\t\tSucces - item has been processed." >> "$ITEM_LOG_FILE"
echo -e "Status:\t\tSuccess - item has been processed." >> "$ITEM_LOG_FILE"
fi
if [ "$TRANSFER_TO_SLAVE" == "1" ]