This commit is contained in:
Olia Lisa 2025-11-23 17:21:46 +08:00
parent bf72ff2521
commit d962dcd36e

View File

@ -8,6 +8,7 @@ restart_docker(){
check_config(){
local config_dir="./conf"
# 如果配置文件不存在或者空白
if [ ! -e "$config_dir/config.json" ] || [ ! -s "$config_dir/config.json" ];then
echo "请先'创建配置'"