1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Update install

This commit is contained in:
Memo 2022-05-06 19:44:12 +02:00 committed by GitHub
parent ecb1b217ab
commit 80eec793e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
language=$YNH_APP_ARG_LANGUAGE
random_key=$(ynh_string_random --length=32)
email=$(ynh_user_get_info --username=$admin --key=mail)
email_password=$(ynh_user_get_info --username=$admin --key=password)
timezone="$(cat /etc/timezone)"
phpversion=$YNH_PHP_VERSION