Permission handling in external function

This move the setting of user and group permissions in the startup
script to its own function.
This commit is contained in:
Tobias Genannt 2020-02-12 08:34:01 +01:00
parent 882f7bcaf2
commit 8d3bd48c7a
4 changed files with 28 additions and 35 deletions

View file

@ -1 +1,2 @@
from .load_yaml import load_yaml
from .permissions import set_permissions