2 コミット 7c61de2878 ... c97eaf728b

作者 SHA1 メッセージ 日付
  sensordb2 c97eaf728b Merge branch 'master' of http://47.101.131.235:3000/chenyun3/watch-daemon_ck 1 ヶ月 前
  sensordb2 78da18a8e7 opt: 删除run.sh中最后运行的status.sh 1 ヶ月 前
1 ファイル変更0 行追加1 行削除
  1. 0 1
      watch-daemon/run.sh

+ 0 - 1
watch-daemon/run.sh

@@ -68,5 +68,4 @@ else
     fi
     log_file="watch-daemon_$(date "+%Y-%m-%d-%H:%M:%S").log"
     ./watch-daemon --config-file=$base_dir/config/config.xml &> "${log_path}${log_file}" &
-    ./status.sh
 fi