Skip to content

Commit

Permalink
Merge pull request #34 from flyflypeng/fix-build-scripts
Browse files Browse the repository at this point in the history
[vmm]: fix cert_file_path variable in the build scripts
  • Loading branch information
Burning1020 authored Jun 27, 2023
2 parents bf13646 + 97b3556 commit 1353bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmm/scripts/image/centos/build_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ make_vmm_task() {

# update cert file under internal proxy scenario
if [ -f "${cert_file_path}" ]; then
cp /kuasar/huawei.crt /etc/pki/ca-trust/source/anchors/
cp ${cert_file_path} /etc/pki/ca-trust/source/anchors/
update-ca-trust extract
fi

Expand Down

0 comments on commit 1353bdf

Please sign in to comment.