!88 修改产品配置文件的copy路径

Merge pull request !88 from zhangfanfan2/master
This commit is contained in:
openharmony_ci 2021-03-24 09:46:03 +08:00 committed by Gitee
commit 04820a2840
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ if [ -f "$destination" ]; then
rm -rf $destination
fi
if [ ! -f "$source" ]; then
source="../..$7/config/sys/$config_file"
source="$7/config/sys/$config_file"
fi
cp $source $destination