X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Fbroker%2Fhbugs_broker_ctl.sh;h=b06f844f177d26b85d7aa14121938c9eb8647723;hb=d2c60bae1c4badba0a0f29e3fd2faed6d3a1869e;hp=8730a1cb514353d7c03aedc9b7614737dba32e89;hpb=59a55ce2681e6853d1f5bb4027b1cc362f20fbe6;p=helm.git diff --git a/helm/hbugs/broker/hbugs_broker_ctl.sh b/helm/hbugs/broker/hbugs_broker_ctl.sh index 8730a1cb5..b06f844f1 100755 --- a/helm/hbugs/broker/hbugs_broker_ctl.sh +++ b/helm/hbugs/broker/hbugs_broker_ctl.sh @@ -5,7 +5,6 @@ if [ "$1" = "--help" -o "$1" = "" ]; then exit 0 fi if [ "$1" = "start" ]; then - . ../../script.sh echo -n "Starting HBugs broker ... " ./$daemon &> run/$daemon.LOG & echo "done!"