From ef59ff38f631f4bb077f317582fd7c733544a084 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 9 Jun 2016 14:29:06 -0400 Subject: [PATCH] Ignore chown failures This can occur in build environments where there is no dokku user --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eed6717bb..265f3e01c 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ copyfiles: PLUGIN_PATH=${CORE_PLUGINS_PATH} plugn enable $$plugin ;\ PLUGIN_PATH=${PLUGINS_PATH} plugn enable $$plugin ;\ done - chown dokku:dokku -R ${PLUGINS_PATH} ${CORE_PLUGINS_PATH} + chown dokku:dokku -R ${PLUGINS_PATH} ${CORE_PLUGINS_PATH} || true $(MAKE) addman addman: