Move setting of PLUGIN_BASE_PATH to config

This commit is contained in:
Jose Diaz-Gonzalez
2016-05-15 18:36:13 -04:00
parent 4e32b0a154
commit 2a33fda40f
2 changed files with 4 additions and 4 deletions

4
config
View File

@@ -12,3 +12,7 @@ export PLUGIN_IMAGE=$MYSQL_IMAGE
export PLUGIN_IMAGE_VERSION=$MYSQL_IMAGE_VERSION
export PLUGIN_SCHEME="mysql"
export PLUGIN_SERVICE="MySQL"
export PLUGIN_BASE_PATH="$PLUGIN_PATH"
if [[ -n $DOKKU_API_VERSION ]]; then
export PLUGIN_BASE_PATH="$PLUGIN_ENABLED_PATH"
fi