mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Redundant operation considering we're deleting all groups right after
This commit is contained in:
parent
4a14cbd6e0
commit
df49af0ad0
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ class MyMigration(Migration):
|
|||
ldap_map = read_yaml('/usr/share/yunohost/yunohost-config/moulinette/ldap_scheme.yml')
|
||||
|
||||
try:
|
||||
self.remove_if_exists("cn=sftpusers,ou=groups")
|
||||
self.remove_if_exists("ou=permission")
|
||||
self.remove_if_exists('ou=groups')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue