Skip to content

Commit

Permalink
Fix the make restart cmd
Browse files Browse the repository at this point in the history
Change-Id: Ida54669b41a533ac69a578f634b343ff5851bbf2
Signed-off-by: Baohua Yang <[email protected]>
  • Loading branch information
yeasy committed Feb 6, 2017
1 parent 5212349 commit a934c25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ TEMPLATE_FOLDER?=themes\/${THEME}\/templates
redeploy \
restart \
setup \
start \
stop \

all: check

Expand Down Expand Up @@ -47,8 +49,7 @@ start: ##@Service Start service
stop: ##@Service Stop service
bash scripts/stop.sh

restart: ##@Service Restart service
stop start
restart: stop start ##@Service Restart service

setup: ##@Environment Setup dependency for service environment
bash scripts/setup.sh
Expand Down

0 comments on commit a934c25

Please sign in to comment.