Skip to content

Commit

Permalink
Merge pull request #1 from donaldsharp/fix_ordering
Browse files Browse the repository at this point in the history
Update Readme to have correct ordering for frr user
  • Loading branch information
mwinter-osr authored Feb 9, 2017
2 parents deaaf98 + fabbf8d commit 321d359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ And create frr User and frrvty group as follows:

addgroup --system --gid 92 frr
addgroup --system --gid 85 frrvty
usermod -G frrvty frr
adduser --system --ingroup frr --home /var/run/frr/ \
--gecos "FreeRangeRouting suite" --shell /bin/false frr
usermod -G frrvty frr

## Executing Tests

Expand Down

0 comments on commit 321d359

Please sign in to comment.