grml-vnet: remove useless root check
authorMichael Gebetsroither <michael@mgeb.org>
Tue, 19 Oct 2010 10:04:19 +0000 (12:04 +0200)
committerMichael Gebetsroither <michael@mgeb.org>
Tue, 19 Oct 2010 10:04:19 +0000 (12:04 +0200)
sbin/grml-vnet

index 7fa0d95..82aca72 100755 (executable)
@@ -16,9 +16,6 @@ OPT_GROUP_=''
 OPT_BRIDGE_=''
 OPT_AUTO_='false'
 
-if [ $(id -ru) -ne 0 ] ; then
-  echo 1>&2 "Error: please run this script with uid 0 (root)." ; exit 1
-fi
 
 function printUsage()
 {