mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Update install
This commit is contained in:
parent
f8acd4867c
commit
2968867292
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
admin_mail=$(ynh_user_get_info "$admin" 'mail')
|
admin_mail=$(ynh_user_get_info --username=$admin --key=mail)
|
||||||
admin_token=$(ynh_string_random --length=48 | base64)
|
admin_token=$(ynh_string_random --length=48 | base64)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue