1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
Éric Gaspar 2024-06-10 13:24:20 +02:00
parent 4b2a15dc2f
commit d88b77ab58
3 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
app_url_domain="https://$domain${path%/}"
ynh_add_config --template=../conf/.env.example --destination=$install_dir/.env
ynh_add_config --template=.env --destination=$install_dir/.env
chmod 640 $install_dir/.env
chown $app:$app $install_dir/.env

View file

@ -72,7 +72,7 @@ ynh_install_composer
#timezone="$(cat /etc/timezone)"
#app_url_domain="https://$domain${path%/}"
#ynh_add_config --template=../conf/.env.example --destination=$install_dir/.env
#ynh_add_config --template=.env --destination=$install_dir/.env
#=================================================
# FINAL BOOKSTACK INSTALL