From 8c660b29d4947b61b439c6b572721414bf88fb1b Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sun, 1 Dec 2013 01:53:36 +0100 Subject: [PATCH] typo --- chmods.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chmods.sh b/chmods.sh index 6b3ce20..104cfa0 100755 --- 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 {} \; -- 2.39.2