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