summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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