Updated config in README

This commit is contained in:
Profitroll 2023-01-05 12:44:13 +01:00
parent 2e8277d6d2
commit 646db667d9
1 changed files with 9 additions and 2 deletions

View File

@ -179,8 +179,7 @@ You can see config file with all the comments below:
},
"reboot": {
"permissions": [
"admins",
"group_admins"
"owner"
],
"modules": [
"general"
@ -231,6 +230,14 @@ You can see config file with all the comments below:
"modules": [
"applications"
]
},
"resetcommands": {
"permissions": [
"owner"
],
"modules": [
"general"
]
}
}
}