fixed typo (succes)
This commit is contained in:
parent
c905eb8925
commit
a0adca4aec
|
@ -1293,7 +1293,7 @@ commando () {
|
||||||
then
|
then
|
||||||
echo -e "Status:\t\tError - something went wrong." >> "$ITEM_LOG_FILE"
|
echo -e "Status:\t\tError - something went wrong." >> "$ITEM_LOG_FILE"
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
if [ "$TRANSFER_TO_SLAVE" == "1" ]
|
if [ "$TRANSFER_TO_SLAVE" == "1" ]
|
||||||
|
|
Loading…
Reference in New Issue