diff --git a/config b/config index eee7a08..d6cbf85 100755 --- a/config +++ b/config @@ -24,7 +24,3 @@ export PLUGIN_BASE_PATH="$PLUGIN_PATH" if [[ -n $DOKKU_API_VERSION ]]; then export PLUGIN_BASE_PATH="$PLUGIN_ENABLED_PATH" fi - -if [[ -d "$PLUGIN_DATA_ROOT/*" ]]; then - rm -rf "${PLUGIN_DATA_ROOT:?}/*" -fi