commit
04820a2840
2
build.sh
2
build.sh
|
@ -64,7 +64,7 @@ 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