修改build.sh脚本
This commit is contained in:
parent
4c012ea536
commit
e272340b72
2
build.sh
2
build.sh
|
@ -63,7 +63,7 @@ fi
|
||||||
if [ -f "$destination" ]; then
|
if [ -f "$destination" ]; then
|
||||||
rm -rf $destination
|
rm -rf $destination
|
||||||
fi
|
fi
|
||||||
if [ ! -f "$source"]; then
|
if [ ! -f "$source" ]; then
|
||||||
source="../..$7/config/sys/$config_file"
|
source="../..$7/config/sys/$config_file"
|
||||||
fi
|
fi
|
||||||
cp $source $destination
|
cp $source $destination
|
||||||
|
|
Loading…
Reference in New Issue