mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix again the legacy patch for yunohost user create @_@
This commit is contained in:
parent
3a172582be
commit
46d6fab07b
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@ def _patch_legacy_helpers(app_folder):
|
||||||
"yunohost tools port-available": {"important": True},
|
"yunohost tools port-available": {"important": True},
|
||||||
"yunohost app checkurl": {"important": True},
|
"yunohost app checkurl": {"important": True},
|
||||||
"yunohost user create": {
|
"yunohost user create": {
|
||||||
"pattern": r"yunohost user create \S+ (-f|--firstname) (\S+) (-l|--lastname) \S+ (.*)",
|
"pattern": r"yunohost user create (\S+) (-f|--firstname) (\S+) (-l|--lastname) \S+ (.*)",
|
||||||
"replace": r"yunohost user create --fullname \2 \4",
|
"replace": r"yunohost user create \1 --fullname \3 \5",
|
||||||
"important": False,
|
"important": False,
|
||||||
},
|
},
|
||||||
# Remove
|
# Remove
|
||||||
|
|
Loading…
Add table
Reference in a new issue