]> hydra-www.ietfng.org Git - acmetensortoys-snakecontrol/commitdiff
Don't monitor in inotifywait in lcdproc-remind
authorNathaniel Wesley Filardo <nwfilardo@gmail.com>
Fri, 9 Jun 2017 04:15:26 +0000 (00:15 -0400)
committerNathaniel Wesley Filardo <nwfilardo@gmail.com>
Fri, 9 Jun 2017 04:18:45 +0000 (00:18 -0400)
bin/lcdproc-remind.expect

index 50a4eef34045f643b3640bbd5ea2eaa3d92e8c68..7d7dc5a8a5403e4e27fc7d68976976c85703776e 100755 (executable)
@@ -34,7 +34,7 @@ proc reload {lcdsid filename} {
 }
 
 proc spawninotify {filename} {
-  spawn inotifywait -m -e CLOSE_WRITE,DELETE_SELF ${filename} 
+  spawn inotifywait -e CLOSE_WRITE,DELETE_SELF ${filename}
   return ${spawn_id}
 }