]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
typo
authorVincent Le Gallic <legallic@crans.org>
Sun, 1 Dec 2013 00:53:36 +0000 (01:53 +0100)
committerVincent Le Gallic <legallic@crans.org>
Sun, 1 Dec 2013 00:53:36 +0000 (01:53 +0100)
chmods.sh

index 6b3ce209a43ccb926fc0fc025f10cf2b45740589..104cfa0496a907ab3f278f2b028b346d45981667 100755 (executable)
--- a/chmods.sh
+++ b/chmods.sh
@@ -3,4 +3,4 @@
 # Pour donner les bons droits au réprtoire courant
 # bons droits == groupe adm, dir : ug+rws, file : ug+rw
 
-sudo chgrp adm .; sudo find . -type f -exec chmod ug+rw {} \; ; sudo find . -type d -exec chmod ug+rws {} \
+sudo chgrp adm .; sudo find . -type f -exec chmod ug+rw {} \; ; sudo find . -type d -exec chmod ug+rws {} \;