VPP-127 Removed spurious use of sudo

Change-Id: I1eb18fc6379db30fb802e3b929931788f54e7dc2
Signed-off-by: Ed Warnicke <eaw@cisco.com>
This commit is contained in:
Ed Warnicke
2016-06-08 19:49:40 -05:00
committed by Chris Luke
parent f9618ee484
commit b10427e060
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
# Add the vpp group
sudo groupadd -f -r vpp
groupadd -f -r vpp

View File

@ -51,7 +51,7 @@ TODO: reference and describe only the .h files
%pre
# Add the vpp group
sudo groupadd -f -r vpp
groupadd -f -r vpp
%install
#