Skip to content

Commit

Permalink
Add config dir creation in /etc/sg-core
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold committed Oct 12, 2023
1 parent 37b8f38 commit f594d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devstack/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function install_sg-core {
}

function configure_sg-core {
sudo mkdir -p `dirname $SG_CORE_CONF`
sudo cp $SG_CORE_DIR/devstack/sg-core.conf.yaml $SG_CORE_CONF
}

Expand Down

0 comments on commit f594d62

Please sign in to comment.