From 91544f0c6d5d1fe6f03bbdcaf1523a95b0e38c5b Mon Sep 17 00:00:00 2001 From: Martin Kraft Date: Fri, 10 Nov 2017 15:25:05 -0500 Subject: Fixes running webapp from custom location using ENV variable. (#7809) --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e4cd6e3ed..b141b2ae8 100644 --- a/Makefile +++ b/Makefile @@ -370,9 +370,7 @@ run-cli: start-docker run-client: @echo Running mattermost client for development - @if [ ! -e client ]; then \ - ln -s $(BUILD_WEBAPP_DIR)/dist client; \ - fi + ln -nfs $(BUILD_WEBAPP_DIR)/dist client cd $(BUILD_WEBAPP_DIR) && $(MAKE) run run-client-fullmap: -- cgit v1.2.3-1-g7c22