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();
 	}