summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.sh
diff options
context:
space:
mode:
authorTom Bartelt <tom@ataullah.(none)>2013-07-23 06:58:28 -0400
committerTom Bartelt <tom@ataullah.(none)>2013-07-23 06:58:28 -0400
commit87aad78c8732915d5e14dbecb07c2816472277ae (patch)
tree477a36e7aac605dc8de97ad740a834240a78351d /other/bootstrap_serverdaemon/DHT_bootstrap_daemon.sh
parent6f6db8abc09321736c557133a88943052e387c6a (diff)
removed silly test
Diffstat (limited to 'other/bootstrap_serverdaemon/DHT_bootstrap_daemon.sh')
-rwxr-xr-xother/bootstrap_serverdaemon/DHT_bootstrap_daemon.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.sh b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.sh
index d5e9d9c0..936bc808 100755
--- a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.sh
+++ b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.sh
@@ -20,8 +20,6 @@ DAEMON_ARGS="$CFG"
20PIDFILE=/home/$USER/.$NAME.pid 20PIDFILE=/home/$USER/.$NAME.pid
21SCRIPTNAME=/etc/init.d/$NAME 21SCRIPTNAME=/etc/init.d/$NAME
22 22
23
24VERBOSE=yes
25# Exit if the package is not installed 23# Exit if the package is not installed
26[ -x "$DAEMON" ] || exit 0 24[ -x "$DAEMON" ] || exit 0
27 25