mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
[fix] Error check_process $admin_pass
This commit is contained in:
parent
a623851e3c
commit
d1e08d9e20
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
is_public="Yes" (PUBLIC|public=Yes|private=No)
|
is_public="Yes" (PUBLIC|public=Yes|private=No)
|
||||||
admin_name="john" (USER)
|
admin_name="john" (USER)
|
||||||
admin_pass="$PASSWORD" (PASSWORD)
|
admin_pass="123456789AaBbCc" (PASSWORD)
|
||||||
admin_email="abc@example.com"
|
admin_email="abc@example.com"
|
||||||
|
|
||||||
; Checks
|
; Checks
|
||||||
|
|
Loading…
Add table
Reference in a new issue