mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
cleaning
This commit is contained in:
parent
4b2a15dc2f
commit
d88b77ab58
3 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||||
|
|
||||||
app_url_domain="https://$domain${path%/}"
|
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
|
chmod 640 $install_dir/.env
|
||||||
chown $app:$app $install_dir/.env
|
chown $app:$app $install_dir/.env
|
||||||
|
|
|
@ -72,7 +72,7 @@ ynh_install_composer
|
||||||
#timezone="$(cat /etc/timezone)"
|
#timezone="$(cat /etc/timezone)"
|
||||||
#app_url_domain="https://$domain${path%/}"
|
#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
|
# FINAL BOOKSTACK INSTALL
|
||||||
|
|
Loading…
Reference in a new issue