b10427e060
Change-Id: I1eb18fc6379db30fb802e3b929931788f54e7dc2 Signed-off-by: Ed Warnicke <eaw@cisco.com>
5 lines
53 B
Bash
5 lines
53 B
Bash
#!/bin/sh -e
|
|
|
|
# Add the vpp group
|
|
groupadd -f -r vpp
|