重构代码

This commit is contained in:
Olia Lisa
2025-11-22 16:41:06 +08:00
parent adca43cbba
commit f3bc373407
3 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ if [ "$uuid" = "你的UUID" ] || [ -z "$uuid" ]; then
# 执行初始化脚本
echo "配置未初始化"
echo "正在执行初始化脚本..."
# bash "$script_dir/init.sh"
bash "$script_dir/create_config.sh"
fi
## 启动docker容器