mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #2024 from dokku/delete-bad-symlinks
Delete bad symlinks without confirmation
This commit is contained in:
1
debian/postinst
vendored
1
debian/postinst
vendored
@@ -43,6 +43,7 @@ case "$1" in
|
||||
PLUGIN_PATH=${DOKKU_LIB_ROOT}/plugins plugn enable $plugin
|
||||
fi
|
||||
done
|
||||
find -L ${DOKKU_LIB_ROOT} -type l -delete
|
||||
chown dokku:dokku -R ${DOKKU_LIB_ROOT}/plugins ${DOKKU_LIB_ROOT}/core-plugins
|
||||
|
||||
echo "Install all core plugins"
|
||||
|
||||
Reference in New Issue
Block a user