mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Purple!
This commit is contained in:
parent
3122a2bb15
commit
145833d73d
@ -112,12 +112,12 @@ function push_gs {
|
||||
# Logging Functions
|
||||
## Check Log Function
|
||||
function logs_gs {
|
||||
echo -e "Last few PULL attempts"
|
||||
echo -e "Recent ${PURPLE}PULL${NC} attempts"
|
||||
tail -n 10 ${SYNCING_LOG} | grep PULL
|
||||
echo -e "Last few PULL attempts"
|
||||
tail -n 10 ${SYNCING_LOG} | grep PUSH
|
||||
echo -e "Last few UPDATE attempts"
|
||||
echo -e "Recent ${PURPLE}UPDATE${NC} attempts"
|
||||
tail -n 10 ${SYNCING_LOG} | grep UPDATE
|
||||
echo -e "Recent ${PURPLE}PUSH${NC} attempts"
|
||||
tail -n 10 ${SYNCING_LOG} | grep PUSH
|
||||
}
|
||||
|
||||
## Log Out
|
||||
|
Loading…
Reference in New Issue
Block a user