Update gravity-sync.sh

This commit is contained in:
Michael Stanclift 2020-05-21 21:09:51 -05:00
parent a853727489
commit 1bb874ef04

View File

@ -157,7 +157,7 @@ case $# in
logs)
echo -e "${GREEN}Success:${NC} Logs Requested"
echo -e "Showing last three successful execution timestamps"
echo -e "These are the last three valid PULL timestamps"
tail -n 3 ${SYNCING_LOG}
;;