File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ func (d *daemon) ListenAndServe() {
194
194
"Godeps/_workspace/src/github.com/contiv/objmodel/contivModel/www/"
195
195
_ , err := os .Stat (webPath )
196
196
if err != nil {
197
- log .Fatalf ("Can not find the web UI directory" )
197
+ log .Errorf ("Can not find the web UI directory" )
198
198
}
199
199
}
200
200
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ echo "starting swarm join"
25
25
# Start swarm discovery
26
26
nohup /usr/bin/swarm join --advertise=$node_addr :2385 etcd://localhost:2379 > /tmp/swarm-join.log 2>&1 &
27
27
28
- echo " starting netplugin"
28
+ # echo "starting netplugin"
29
29
# start netplugin
30
- nohup /opt/gopath/bin/netplugin -native-integration=true > /tmp/netplugin.log 2>&1 &
30
+ # nohup /opt/gopath/bin/netplugin -native-integration=true > /tmp/netplugin.log 2>&1 &
31
31
32
32
if [[ $mode == " master" ]]; then
33
- echo " starting netmaster"
34
- # start netmaster
35
- nohup /opt/gopath/bin/netmaster > /tmp/netmaster.log 2>&1 &
33
+ # echo "starting netmaster"
34
+ # start netmaster
35
+ # nohup /opt/gopath/bin/netmaster > /tmp/netmaster.log 2>&1 &
36
36
37
37
unset http_proxy
38
38
unset https_proxy
You can’t perform that action at this time.
0 commit comments