10 lines
161 B
Bash
10 lines
161 B
Bash
![]() |
|
||
|
if [ ! -e etc/leafnode/local.groups ]; then
|
||
|
touch etc/leafnode/local.groups
|
||
|
fi
|
||
|
|
||
|
if [ ! -e etc/leafnode/moderators ]; then
|
||
|
touch etc/leafnode/moderators
|
||
|
fi
|
||
|
|