From 7b8b070c071d3b54fdff9e62713b735487e8b6a2 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sat, 10 Jan 2026 15:16:18 +0800 Subject: [PATCH] fix shell --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index 84067c9..9dd4aa7 100755 --- a/boot.sh +++ b/boot.sh @@ -2,4 +2,4 @@ docker stop aircon 2>/dev/null docker rm -f aircon 2>/dev/null -docker run --rm --name aircon -e TZ=Asia/Shanghai --hostname=aircon --net=host --restart=always -v /data/docker/aircon/:/data/aircon/ aircon:latest \ No newline at end of file +docker run --name aircon -e TZ=Asia/Shanghai --hostname=aircon --net=host --restart=always -v /data/docker/aircon/:/data/aircon/ aircon:latest \ No newline at end of file