[Debconf-video-commits] r739 - fai-config/scripts/FOSDEM

Holger Levsen holger at alioth.debian.org
Fri Feb 3 11:07:09 UTC 2012


Author: holger
Date: 2012-02-03 11:07:09 +0000 (Fri, 03 Feb 2012)
New Revision: 739

Modified:
   fai-config/scripts/FOSDEM/10-adduser-dvswitch
Log:
or true

Modified: fai-config/scripts/FOSDEM/10-adduser-dvswitch
===================================================================
--- fai-config/scripts/FOSDEM/10-adduser-dvswitch	2012-02-03 11:01:36 UTC (rev 738)
+++ fai-config/scripts/FOSDEM/10-adduser-dvswitch	2012-02-03 11:07:09 UTC (rev 739)
@@ -14,7 +14,7 @@
 $ROOTCMD chmod 700 /home/$USER/.ssh
 
 # we normally get this group from ldap
-addgroup --quiet --gid 1008 videoteam
+addgroup --quiet --gid 1008 videoteam || true
 
 # the videoteam group which owns the raw1394 device etc
 for i in dialout cdrom floppy audio video plugdev powerdev nvram netdev videoteam ; do $ROOTCMD adduser --quiet $USER $i ; done




More information about the Debconf-video-commits mailing list