mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
9 lines
160 B
Bash
9 lines
160 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
|
||
|
|