From 956f10584a109456c1bb8c72c9a4e02494812c03 Mon Sep 17 00:00:00 2001
From: lgq <1015864684@qq.com>
Date: 星期二, 18 十一月 2025 15:13:21 +0800
Subject: [PATCH] 1.修改启动脚本,增加crond启动相关的目录配置

---
 local/www/cgi-bin/device-ctrl/reboot-device |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/local/www/cgi-bin/device-ctrl/reboot-device b/local/www/cgi-bin/device-ctrl/reboot-device
index 5a71adf..caf6559 100755
--- a/local/www/cgi-bin/device-ctrl/reboot-device
+++ b/local/www/cgi-bin/device-ctrl/reboot-device
@@ -6,7 +6,7 @@
 
 echo "{\"code\": \"success\"}"
 pontime=`date  '+%Y-%m-%d %H:%M:%S: '`
-echo "$pontime web椤甸潰鎵嬪姩閲嶅惎" > /work/data/power.log
+echo "$pontime web椤甸潰鎵嬪姩閲嶅惎" >> /work/data/power.log
 
 result=`/usr/local/script/backup_cfg.sh`
 

--
Gitblit v1.9.3