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-29 13:16:46 +01:00
parent eb27a4ef6b
commit 407520bc30

View file

@ -121,7 +121,6 @@ ynh_install_composer --phpversion=$phpversion --workdir=$final_path --install_ar
ynh_script_progression --message="Adding a configuration file..." --weight=1
app_url_domain="https://$domain${path_url%/}"
ynh_app_setting_set --app=$app --key=app_url_domain --value=$app_url_domain
ynh_add_config --template=../conf/.env.example --destination=$final_path/.env
chmod 600 $final_path/.env