> VERIF=`grep $USER /etc/passwd | cut -d: -f1`
> 
> if [ ! -e "$VERIF" ]; then

if grep -q $USER /etc/passwd ; then

devrait marcher


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à