mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
Ignore chown failures
This can occur in build environments where there is no dokku user
This commit is contained in:
2
Makefile
2
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:
|
||||
|
||||
Reference in New Issue
Block a user