From ccb271d1f7aaa744d85e7905a92fd76cafd60892 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Thu, 26 Mar 2026 00:47:08 +0800 Subject: [PATCH] auto-sync: 2026-03-26 00:47:08 --- restart-simple-watcher.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 restart-simple-watcher.sh diff --git a/restart-simple-watcher.sh b/restart-simple-watcher.sh old mode 100644 new mode 100755 index b6121aef0..23cebdb97 --- a/restart-simple-watcher.sh +++ b/restart-simple-watcher.sh @@ -4,13 +4,13 @@ # ============================================ # 停止当前监控 -./stop-simple-watcher.sh +./stop-watcher.sh # 等待一秒 sleep 1 # 启动新监控 -./start-simple-watcher.sh +./start-watcher.sh # 显示状态 -./status-simple-watcher.sh +./status-watcher.sh