1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00

Update install

This commit is contained in:
ericgaspar 2022-01-31 15:04:10 +01:00
parent 7b18b1a91b
commit ce9717edfc
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -28,8 +28,8 @@ phpversion=$YNH_PHP_VERSION
timezone="$(cat /etc/timezone)" timezone="$(cat /etc/timezone)"
redis_db=$(ynh_redis_get_free_db) redis_db=$(ynh_redis_get_free_db)
mail_pwd=$(ynh_string_random --length=12) mail_pwd=$(ynh_string_random --length=12)
email=$(ynh_user_get_info --username=$admin --key=mail)
admin=$YNH_APP_ARG_ADMIN admin=$YNH_APP_ARG_ADMIN
email=$(ynh_user_get_info --username=$admin --key=mail)
password=$YNH_APP_ARG_PASSWORD password=$YNH_APP_ARG_PASSWORD
app=$YNH_APP_INSTANCE_NAME app=$YNH_APP_INSTANCE_NAME