dokuen 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dokuen/cli.rb +1 -1
- data/lib/dokuen/version.rb +1 -1
- metadata +1 -1
data/lib/dokuen/cli.rb
CHANGED
@@ -83,7 +83,7 @@ include "/usr/local/var/dokuen/nginx/*.conf";
|
|
83
83
|
|
84
84
|
Run "sudo visudo" and add the following line:
|
85
85
|
|
86
|
-
git ALL=NOPASSWD: /usr/local/bin/
|
86
|
+
git ALL=NOPASSWD: /usr/local/bin/dokuen_install_launchdaemon, /usr/local/bin/dokuen_restart_nginx
|
87
87
|
|
88
88
|
HERE
|
89
89
|
)
|
data/lib/dokuen/version.rb
CHANGED