mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
install error at line 33
This commit is contained in:
parent
d13ce02fb0
commit
bd4afa46e4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ admin_username=$YNH_APP_ARG_USERNAME
|
||||||
admin_name=$YNH_APP_ARG_NAME
|
admin_name=$YNH_APP_ARG_NAME
|
||||||
admin_email=$YNH_APP_ARG_EMAIL
|
admin_email=$YNH_APP_ARG_EMAIL
|
||||||
admin_password=$(openssl passwd -1 -salt xyz $YNH_APP_ARG_PASSWORD)
|
admin_password=$(openssl passwd -1 -salt xyz $YNH_APP_ARG_PASSWORD)
|
||||||
path
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue