Update docker.sh

This commit is contained in:
NewName
2024-12-19 19:58:15 +08:00
parent a0baa9f0c0
commit 21c845ea40

View File

@@ -263,7 +263,7 @@ function run_start() {
## 运行结束 ## 运行结束
function run_end() { function run_end() {
echo -e "\n✨ \033[1;34m脚本运行结束\033[0m\n" echo -e "\n✨ \033[1;34m脚本运行完成\033[0m\n"
} }
## 报错退出 ## 报错退出