summaryrefslogtreecommitdiff
path: root/puppet/modules/obfsproxy/files/obfsproxy_init
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/obfsproxy/files/obfsproxy_init')
-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 4c9bcedc..2496bba7 100755
--- a/puppet/modules/obfsproxy/files/obfsproxy_init
+++ b/puppet/modules/obfsproxy/files/obfsproxy_init
@@ -27,7 +27,7 @@ if [ -f $CONF ] ; then
. $CONF
else
echo "Obfsproxy configuration file is missing, aborting..."
- exit
+ exit 2
fi
DAEMONARGS=" --log-min-severity=$LOG --data-dir=$DATDIR $TRANSPORT \