添加test配置文件名
This commit is contained in:
parent
537f372d1a
commit
1ed74667b1
@ -7,7 +7,7 @@ if [ -z $CONFIG ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
CONFIG_ARR=("bj_local" "dev" "local" "test_local")
|
||||
CONFIG_ARR=("bj_local" "dev" "local" "test_local" "test")
|
||||
if [[ ! " ${CONFIG_ARR[@]} " =~ " ${CONFIG} " ]]; then
|
||||
echo "Unknown config file name. Usage: $0 <config file name>"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user