]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hbugs/broker/hbugs_broker_ctl.sh
Removed the line that sourced the personal configuration file of Zack.
[helm.git] / helm / hbugs / broker / hbugs_broker_ctl.sh
index 8730a1cb514353d7c03aedc9b7614737dba32e89..b06f844f177d26b85d7aa14121938c9eb8647723 100755 (executable)
@@ -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!"