1
0
Fork 0
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:
yalh76 2020-07-24 00:32:36 +02:00
parent f8acd4867c
commit 2968867292

View file

@ -33,7 +33,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
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)
#=================================================