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:
parent
882f7bcaf2
commit
8d3bd48c7a
4 changed files with 28 additions and 35 deletions
|
@ -1 +1,2 @@
|
|||
from .load_yaml import load_yaml
|
||||
from .permissions import set_permissions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue