From: Nathaniel Wesley Filardo Date: Fri, 9 Jun 2017 04:15:26 +0000 (-0400) Subject: Don't monitor in inotifywait in lcdproc-remind X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=bb2012ad3257c17ee869ebbf73e2acf7c3b6386d;p=acmetensortoys-snakecontrol Don't monitor in inotifywait in lcdproc-remind --- diff --git a/bin/lcdproc-remind.expect b/bin/lcdproc-remind.expect index 50a4eef..7d7dc5a 100755 --- a/bin/lcdproc-remind.expect +++ b/bin/lcdproc-remind.expect @@ -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} }