From fa7ea36c38b64f15ed1b2e742a2477ea7f0176f4 Mon Sep 17 00:00:00 2001 From: pgnuta Date: Thu, 24 Nov 2016 10:27:42 +1300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8dd3d7..ea89f80 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,6 @@ There was a business need to audit the correctness of Juniper configs which is e The script will take a juniper config piped to it from STDIN and output the results to STDOUT +You will need to `chown 755 juniper-config-to-set.php` after you download it, you may also need to check the PHP path in the start of the file. + Usage example: `cat juniper-config.txt | juniper-config-to-set.php`