Ignore chown failures

This can occur in build environments where there is no dokku user
This commit is contained in:
Jose Diaz-Gonzalez
2016-06-09 14:29:06 -04:00
parent 683113ef78
commit ef59ff38f6

View File

@@ -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: