summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Mazur2014-01-30 21:51:37 (GMT)
committerMariusz Mazur2014-01-30 21:51:37 (GMT)
commitc8766327e630e505158c21f25e2b32f122c65593 (patch)
tree4c0a1bac255a5e60665146d966583b21e57f39a6
parent62ee05b8c05f1baefb0c8abe23166693f82cb1b0 (diff)
downloaddistfiles-c8766327e630e505158c21f25e2b32f122c65593.zip
distfiles-c8766327e630e505158c21f25e2b32f122c65593.tar.gz
Wrong mode
-rwxr-xr-xchmodd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chmodd.sh b/chmodd.sh
index 9c176fe..2c6a3ad 100755
--- a/chmodd.sh
+++ b/chmodd.sh
@@ -2,7 +2,7 @@
dir=/var/lib/dropin/dropin
-inotifywait -d -m -q "$dir" --format '%f' -e create |
+inotifywait -m -q "$dir" --format '%f' -e create |
while read file
do
chmod g+r "$dir/$file"