loggly/install-script

LOG-1501: script for installing file monitoring prompts for 5 minutes, saves for 10 minutes in cronjob

Opened this issue · 2 comments

When you run the file monitoring tool it prompts you for 5 minutes interval cron job sync, it's actually saving 10 minutes.

copy of cron job after running script

*/10 * * * * sudo bash /root/.loggly/file-monitoring-cron-laravel-storage-directory.sh

expected

*/5 * * * * sudo bash /root/.loggly/file-monitoring-cron-laravel-storage-directory.sh

@psquickitjayant another one for you

fixed