diff --git a/openrc b/openrc index 2d5d48aea3..f1026a50a4 100644 --- a/openrc +++ b/openrc @@ -20,6 +20,9 @@ fi # Find the other rc files RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd) +# Import common functions +source $RC_DIR/functions + # Load local configuration source $RC_DIR/stackrc