[Desc]Modify the vendor configuration file path because the product_path

is changed to an absolute path.

Change-Id: I4688bae0c69c8b4c415f8aa8c137c987786227a3
This commit is contained in:
YOUR_NAME 2021-03-23 22:23:19 +08:00
parent 996047a7e2
commit 6ee066ad14
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