lldpd: fix minor whitespace quirk in init script
SVN-Revision: 33730
This commit is contained in:
parent
0019b39001
commit
9e9efd8e49
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ start() {
|
|||
[ $enable_sonmp -gt 0 ] && append args '-s'
|
||||
[ $enable_edp -gt 0 ] && append args '-e'
|
||||
|
||||
user_exists lldp 121 || user_add lldp 121 129
|
||||
group_exists lldp 129 || group_add lldp 129
|
||||
user_exists lldp 121 || user_add lldp 121 129
|
||||
group_exists lldp 129 || group_add lldp 129
|
||||
|
||||
mkdir -p /var/run/lldp
|
||||
chown lldp:lldp /var/run/lldp
|
||||
|
|
Loading…
Reference in a new issue