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