git 2 年之前
父节点
当前提交
f87818c9e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Home/Lib/Action/ListeningFileCreateAction.class.php

+ 1 - 1
Home/Lib/Action/ListeningFileCreateAction.class.php

@@ -10,7 +10,7 @@ class ListeningFileCreateAction extends Action {
 	public  function start_listening(  ){
 		include('InotifyMonitor.php');
 				//文件夹,ip,密码,端口
-		$test = new InotifyMonitor(['/test'],'192.168.1.105','',6379);
+		$test = new InotifyMonitor(['/home/renlian'],'192.168.1.105','',6379);
 		$test->run();
 	}