Fix file copy bug with the barbican installer.
The barbican installer (in bin/barbican.sh) is not copying files correctly to user's environments, which breaks the install. This commit fixes that issue. Change-Id: I5fad5332bd329a4ca13b5843127fd6dc033ad45f
This commit is contained in:
@ -39,7 +39,7 @@ install_barbican()
|
||||
sudo mkdir -p $CONFIG_DIR
|
||||
sudo chown $USER $CONFIG_DIR
|
||||
fi
|
||||
cp -rf $LOCAL_CONFIG_DIR/ $CONFIG_DIR
|
||||
cp -rf $LOCAL_CONFIG_DIR/* $CONFIG_DIR/
|
||||
|
||||
# Create a SQLite db location.
|
||||
if [ ! -d $DB_DIR ];
|
||||
|
Reference in New Issue
Block a user