mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
fails
This commit is contained in:
parent
edd6f7d42e
commit
6c86bc614c
1 changed files with 2 additions and 3 deletions
|
@ -171,7 +171,7 @@ domain:
|
|||
arguments:
|
||||
domains:
|
||||
help: Domain name to add
|
||||
nargs: '*'
|
||||
nargs: '+'
|
||||
pattern: '^([a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)(\.[a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)*(\.[a-zA-Z]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)$'
|
||||
web:
|
||||
help: Auto-configure Apache and LemonLDAP for the domain
|
||||
|
@ -184,8 +184,7 @@ domain:
|
|||
arguments:
|
||||
domains:
|
||||
help: Domain(s) to delete
|
||||
nargs: "*"
|
||||
ask: "Domain to remove"
|
||||
nargs: "+"
|
||||
pattern: '^([a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)(\.[a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)*(\.[a-zA-Z]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)$'
|
||||
|
||||
### domain_info()
|
||||
|
|
Loading…
Add table
Reference in a new issue