Merge pull request #2024 from dokku/delete-bad-symlinks

Delete bad symlinks without confirmation
This commit is contained in:
Jose Diaz-Gonzalez
2016-03-26 19:33:13 -04:00

1
debian/postinst vendored
View File

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