summaryrefslogtreecommitdiffstats
path: root/network/leafnode/doinst.sh
blob: a768dc8c1d6acd913de17dfd2a90083a2ba9d828 (plain)
1
2
3
4
5
6
7
8
9

if [ ! -e etc/leafnode/local.groups ]; then
  touch etc/leafnode/local.groups
fi

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