summaryrefslogtreecommitdiff
path: root/puppet/modules/obfsproxy/files
diff options
context:
space:
mode:
authorirregulator <irregulator@riseup.net>2014-07-01 01:49:56 +0300
committerelijah <elijah@riseup.net>2014-07-01 16:05:42 -0700
commit7e278f92f34e3809d380be724f0c306430791b10 (patch)
tree3c7e703452da8c4caca3469f08c63f4e3041b71c /puppet/modules/obfsproxy/files
parent0e0ebab964339446ab59cffead5a5546c5dcb18e (diff)
Use new macro pick_node to pick vpn gateway for obfsproxy.json
Diffstat (limited to 'puppet/modules/obfsproxy/files')
-rwxr-xr-xpuppet/modules/obfsproxy/files/obfsproxy_init2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/obfsproxy/files/obfsproxy_init b/puppet/modules/obfsproxy/files/obfsproxy_init
index 69dbab41..01c8013a 100755
--- a/puppet/modules/obfsproxy/files/obfsproxy_init
+++ b/puppet/modules/obfsproxy/files/obfsproxy_init
@@ -83,7 +83,7 @@ case $1 in
start-stop-daemon --stop --signal USR1 --quiet --pidfile $PIDFILE --name $NAME
log_success_msg "$DESC reloaded successfully"
else
- log_failure_msg "$PIDFILE does not exists"
+ log_failure_msg "$PIDFILE does not exist"
fi
;;
*)