Move setting of PLUGIN_BASE_PATH to config

This commit is contained in:
Jose Diaz-Gonzalez
2016-05-15 18:44:00 -04:00
parent efc7a09ffa
commit 1600896956
2 changed files with 4 additions and 4 deletions

4
config
View File

@@ -12,3 +12,7 @@ export PLUGIN_IMAGE=$REDIS_IMAGE
export PLUGIN_IMAGE_VERSION=$REDIS_IMAGE_VERSION
export PLUGIN_SCHEME="redis"
export PLUGIN_SERVICE="Redis"
export PLUGIN_BASE_PATH="$PLUGIN_PATH"
if [[ -n $DOKKU_API_VERSION ]]; then
export PLUGIN_BASE_PATH="$PLUGIN_ENABLED_PATH"
fi