diff --git a/Makefile b/Makefile index b2fb50edc3..5d28f9a2cd 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ dist: | build-server build-client go-test package dist-local: | start-docker dist dist-travis: | travis-init build-container - mv -f $(DIST_PATH)/config/config.json.bak $(DIST_PATH)/config/config.json; + sudo mv -f $(DIST_PATH)/config/config.json.bak $(DIST_PATH)/config/config.json; start-docker: @echo Starting docker containers