]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
Wrong mode
authorMariusz Mazur <mmazur@pld-linux.org>
Thu, 30 Jan 2014 21:51:37 +0000 (22:51 +0100)
committerMariusz Mazur <mmazur@pld-linux.org>
Thu, 30 Jan 2014 21:51:37 +0000 (22:51 +0100)
chmodd.sh

index 9c176fe28ce078759463043616c54c2b4967fbf4..2c6a3adb250e302f992edae7905659848a4924a8 100755 (executable)
--- 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"
This page took 0.0589150000000001 seconds and 4 git commands to generate.