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:
parent
bf13bae8a5
commit
304f9062d9
1 changed files with 1 additions and 1 deletions
|
@ -119,8 +119,8 @@ ynh_install_composer --phpversion=$phpversion --workdir=$final_path --install_ar
|
|||
# Configure redis
|
||||
redis_db=$(ynh_redis_get_free_db)
|
||||
ynh_app_setting_set --app="$app" --key=redis_db --value="$redis_db"
|
||||
|
||||
mail_pwd=$(ynh_string_random --length=12)
|
||||
|
||||
ynh_add_config --template=../conf/.env.example --destination=$final_path/.env
|
||||
chmod 600 $final_path/.env
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue