修改build.sh脚本

This commit is contained in:
zhangfanfan2 2021-03-23 08:51:44 +08:00 committed by Gitee
parent 4c012ea536
commit e272340b72
1 changed files with 1 additions and 1 deletions

View File

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