mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-01-20 07:50:16 -06:00
Merge pull request #141 from pisaniej/main
fixed path in README.md for virtual env location of cron job
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user