git 2 anni fa
parent
commit
f87818c9e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();
 	}