Merge pull request #141 from pisaniej/main

fixed path in README.md for virtual env location of cron job
This commit is contained in:
Ricardo
2022-02-02 21:53:23 +01:00
committed by GitHub

View File

@@ -156,7 +156,7 @@ All options are described in the example file.
In Order to sync all items regularly you can add a cron job like this one
```
# NetBox Sync
23 */2 * * * /opt/netbox-sync/.env/bin/python3 /opt/netbox-sync/netbox-sync.py >/dev/null 2>&1
23 */2 * * * /opt/netbox-sync/.venv/bin/python3 /opt/netbox-sync/netbox-sync.py >/dev/null 2>&1
```
# How it works