mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Typo and ssh as system perm
This commit is contained in:
parent
4186f757e1
commit
95f6772cba
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ from yunohost.log import is_unit_operation
|
|||
|
||||
logger = getActionLogger('yunohost.user')
|
||||
|
||||
SYSTEM_PERMS = ["mail", "xmpp", "stfp"]
|
||||
SYSTEM_PERMS = ["mail", "xmpp", "sftp", "ssh"]
|
||||
|
||||
#
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue