summaryrefslogtreecommitdiffstats
path: root/network/leafnode/doinst.sh
blob: f9a8bdcaa445e0048a3e994718307dd217a4c49c (plain)
1
2
3
4
5
6
7
8
if [ ! -e etc/leafnode/local.groups ]; then
  touch etc/leafnode/local.groups
fi

if [ ! -e etc/leafnode/moderators ]; then
  touch etc/leafnode/moderators
fi