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
eb27a4ef6b
commit
407520bc30
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ ynh_install_composer --phpversion=$phpversion --workdir=$final_path --install_ar
|
||||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||||
|
|
||||||
app_url_domain="https://$domain${path_url%/}"
|
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
|
ynh_add_config --template=../conf/.env.example --destination=$final_path/.env
|
||||||
chmod 600 $final_path/.env
|
chmod 600 $final_path/.env
|
||||||
|
|
Loading…
Reference in a new issue