fix: add missing source calls

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-07 22:38:51 -05:00
parent e5fd55f736
commit ab7a0369c8
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/config"
set -eo pipefail
[[ $DOKKU_TRACE ]] && set -x
source "$PLUGIN_BASE_PATH/common/property-functions"
source "$PLUGIN_AVAILABLE_PATH/config/functions"
add_to_links_file() {

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/config"
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/common-functions"
source "$PLUGIN_BASE_PATH/common/property-functions"
set -eo pipefail
[[ $DOKKU_TRACE ]] && set -x