Skip to content

Commit 4c9fb7b

Browse files
author
Matthew Fisher
committed
Merge pull request #829 from deis/make-controller
fix(Makefile): use /bin/sh if syntax
2 parents 965a4d8 + 1fb49d8 commit 4c9fb7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ start-controller: check-fleet
8181
fleetctl --strict-host-key-checking=false submit controller/systemd/*
8282
fleetctl --strict-host-key-checking=false start controller/systemd/*
8383
$(call echo_yellow,"Use 'make status' to monitor the service")
84-
@if [ "$$SKIP_ROUTER" == true ]; then \
84+
@if [ "$$SKIP_ROUTER" = true ]; then \
8585
echo "\033[0;33mYou'll need to configure DNS and start the router manually for multi-node clusters.\033[0m" ; \
8686
echo "\033[0;33mRun 'make start-router' to schedule and start deis-router.\033[0m" ; \
8787
else \

0 commit comments

Comments
 (0)