From f8491a1866bd3a5c354e7e75e29a45d2ddad34db Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Tue, 10 Oct 2017 01:33:12 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77c3bd7..1e437ea 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ git clone https://github.com/Akkadius/glass-isc-dhcp.git cd glass-isc-dhcp mkdir logs chmod u+x ./bin/ -R +chmod u+x .*.sh sudo npm install sudo npm install forever -g From 47f413ab2f0bbe12ecf5156be42a117e29fbaa23 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Tue, 10 Oct 2017 01:34:01 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e437ea..d31e095 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ git clone https://github.com/Akkadius/glass-isc-dhcp.git cd glass-isc-dhcp mkdir logs chmod u+x ./bin/ -R -chmod u+x .*.sh +chmod u+x *.sh sudo npm install sudo npm install forever -g