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