chmod + chgrp bourin... si ca marche je le passerait en bg
This commit is contained in:
parent
ccea5ca25b
commit
d1b92eee90
|
@ -7,7 +7,7 @@
|
|||
# Author: Frédéric Pétrot (fred@pasta.fr.ea)
|
||||
# for version 0
|
||||
#
|
||||
# $Id: instool,v 1.22 1999/11/19 16:39:54 czo Exp $
|
||||
# $Id: instool,v 1.23 2000/02/22 16:20:39 czo Exp $
|
||||
#
|
||||
|
||||
|
||||
|
@ -337,7 +337,6 @@ echo " a message MUST be given for each installation"
|
|||
# mail alcteam
|
||||
#echo $* | mail -s "ALC : Install of `basename $1`" alliance-programmers@asim.lip6.fr
|
||||
|
||||
|
||||
TMPFILE=/tmp/instool.$$
|
||||
FINGER=`who am i | gawk '{gsub(/^[^\!]*\!/,""); print $1}'`
|
||||
SUJ="Instool de `basename $1`"
|
||||
|
@ -362,6 +361,11 @@ cat "$TMPFILE" | mail -s "ALC : $SUJ" alliance-programmers@asim.lip6.fr
|
|||
|
||||
rm -f "$TMPFILE" dummy
|
||||
|
||||
echo "Launching chgrp and chmod ..."
|
||||
chmod -R ug+w /users/soft5/newlabo/alliance
|
||||
chgrp -R alliance /users/soft5/newlabo/alliance
|
||||
|
||||
|
||||
exit 0
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue