File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,9 +66,7 @@ install-data-containers: check-fleet
6666
6767install-routers : check-fleet
6868 @$(foreach R, $(ROUTER_UNITS ) , \
69- cp router/systemd/deis-router.service ./$(R ) ; \
70- $(FLEETCTL ) load ./$(R ) ; \
71- rm -f ./$(R ) ; \
69+ $(FLEETCTL ) load router/systemd/$(R ) ; \
7270 )
7371
7472pull :
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ define echo_yellow
4141endef
4242
4343SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST ) ) )
44- ROUTER_UNITS = $(shell seq -f "deis-router. % g.service" -s " " $(DEIS_FIRST_ROUTER ) 1 $(DEIS_LAST_ROUTER ) )
44+ ROUTER_UNITS = $(shell seq -f "deis-router@ % g.service" -s " " $(DEIS_FIRST_ROUTER ) 1 $(DEIS_LAST_ROUTER ) )
4545
4646check-fleet :
4747 @LOCAL_VERSION =` $( FLEETCTL) -version` ; \
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ ExecStopPost=/usr/bin/docker stop deis-router
1313WantedBy =multi-user.target
1414
1515[X-Fleet]
16- X-Conflicts =deis-router. *.service
16+ X-Conflicts =deis-router@ *.service
You can’t perform that action at this time.
0 commit comments