commit | 61ad917065bbe116d01c7ee0551f41e86cd418a2 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Thu Jan 09 14:33:55 2025 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Thu Jan 09 14:33:55 2025 +0800 |
tree | a082568bf113429ca506c132cfdce5a1a86061a5 | |
parent | 41b5205068d28f3dd98cff24edf49085f2d168b1 [diff] [blame] |
Fix dev_info Change-Id: If0239f3821c5ff984a35c43cb528f09eafcbf3e5
diff --git a/init.sh b/init.sh index 0eab8ab..eb126d5 100755 --- a/init.sh +++ b/init.sh
@@ -44,6 +44,12 @@ fi CONFIG_FILE_NAME=config-$ASR_RLS_BRANCH-$ASR_CUSTOM_BRANCH + +if [ ! -f configs/$CONFIG_FILE_NAME ];then + echo "No found config file : $CONFIG_FILE_NAME , use default config file." + CONFIG_FILE_NAME=config-default +fi + if [ -f configs/$CONFIG_FILE_NAME ];then cp -f configs/$CONFIG_FILE_NAME config ./build.sh clean