From 443a358ffc0247521c68af2deb28d808789ff4eb Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Fri, 13 Oct 2023 09:29:52 +0800 Subject: [PATCH] monitor config.ini path fixed --- systemd/script/crontab.sh | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/script/crontab.sh b/systemd/script/crontab.sh index fd15568d..955a2f63 100644 --- a/systemd/script/crontab.sh +++ b/systemd/script/crontab.sh @@ -2,7 +2,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin # 监控的文件 -FILES="/lib/systemd/system/cockpit.socket /var/lib/docker/volumes/websoft9_apphub_config/_data" +FILES="/lib/systemd/system/cockpit.socket /var/lib/docker/volumes/websoft9_apphub_config/_data/config.ini" cockpit_port="9000" # 监控文件发生变动时需要做的事情 diff --git a/version.json b/version.json index d370dbe9..4868186b 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.8.26-rc32", + "version": "0.8.26-rc33", "plugins": { "portainer": "0.0.6", "nginx": "0.0.5",