8d3bd48c7a
This move the setting of user and group permissions in the startup script to its own function.
3 lines
74 B
Python
3 lines
74 B
Python
from .load_yaml import load_yaml
|
|
from .permissions import set_permissions
|