fixed typo (succes)
This commit is contained in:
parent
e6d3539b51
commit
64486cb710
2
ppss.sh
2
ppss.sh
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue