fix bug
This commit is contained in:
parent
3dbc6f8e5b
commit
740159580f
@ -74,7 +74,7 @@ create_self_tls_config() {
|
|||||||
create_config(){
|
create_config(){
|
||||||
local script_dir=$(cd "$(dirname "$0")"; pwd)
|
local script_dir=$(cd "$(dirname "$0")"; pwd)
|
||||||
|
|
||||||
local config_file = "$script_dir/../config/config.json"
|
local config_file="$script_dir/../config/config.json"
|
||||||
|
|
||||||
# 如果配置文件不存在, 创建空白配置文件
|
# 如果配置文件不存在, 创建空白配置文件
|
||||||
if [ ! -e "$config_file" ]; then
|
if [ ! -e "$config_file" ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user