From f5638640d72f280b5901254630ea179fb4d5176b Mon Sep 17 00:00:00 2001 From: mc303 Date: Fri, 30 Oct 2020 16:10:40 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42f4474..fa94469 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ This container can be used as a discovery scan agent. For scheduled scans you have to run script from cron. Add something like following to your cron to scan each 15 minutes: ```bash -1/15 * * * * php /where/your/agent/index.php update -1/15 * * * * php /where/your/agent/index.php discover +1/15 * * * * /usr/local/bin/php /opt/phpipam-agent/index.php update +1/15 * * * * /usr/local/bin/php /opt/phpipam-agent/index.php discover ``` ## Run this container