mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
1.5.0
This commit is contained in:
parent
c2233d5dfa
commit
dcb02f84b1
@ -209,6 +209,8 @@ If you'd like to see the log of what was run the last crontab, you can view that
|
|||||||
./gravity-sync.sh cron
|
./gravity-sync.sh cron
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Keep in mind if your cron task has never run, you will not see any valid output from this command.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
If you are just straight up unable to run the `gravity-sync.sh` file, make sure it's marked as an executable by Linux.
|
If you are just straight up unable to run the `gravity-sync.sh` file, make sure it's marked as an executable by Linux.
|
||||||
|
|
||||||
|
@ -297,7 +297,7 @@ function show_crontab {
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo -e "\r${FAIL} ${MESSAGE}"
|
echo -e "\r${FAIL} ${MESSAGE}"
|
||||||
echo -e "${INFO} ${LOG_PATH}/${CRONJOB_LOG} cannot be located"
|
echo -e "${INFO} ${LOG_PATH}/${CRONJOB_LOG} not yet created"
|
||||||
exit_nochange
|
exit_nochange
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user