diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | extra/oxidized-report-git-commits | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -144,7 +144,7 @@ Maps define how to map a model's fields to model [model fields](https://github.c First create the directory where the CSV ```output``` is going to store device configs and start Oxidized once. ``` -mkdir ~/.config/oxidized/configs +mkdir -p ~/.config/oxidized/configs oxidized ``` diff --git a/extra/oxidized-report-git-commits b/extra/oxidized-report-git-commits index 2b1a2d7..2fd4870 100644..100755 --- a/extra/oxidized-report-git-commits +++ b/extra/oxidized-report-git-commits @@ -23,7 +23,7 @@ # email_output: # type: exec # events: [post_store, node_fail] -# cmd: 'update-local-repo.sh ~/gitdir/ | mail -s "Oxidized updates for ${OX_NODE_NAME}" update-recipient@example.com' +# cmd: '/home/oxidized/extra/oxidized-report-git-commits ~/gitdir/ | mail -s "Oxidized updates for ${OX_NODE_NAME}" update-recipient@example.com' # async: true # timeout: 120 # |