1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2022-10-27 09:39:46 +02:00
parent 4ee2a00f38
commit 51ed6b4e40

View file

@ -65,14 +65,6 @@ fi
ynh_app_setting_delete --app=$app --key=is_public
fi
#=================================================
# CREATE DEDICATED USER
#=================================================
#REMOVEME? ynh_script_progression --message="Making sure dedicated system user exists..." --weight=2
# Create a dedicated user (if not existing)
#REMOVEME? ynh_system_user_create --username=$app --home_dir=$install_dir
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
@ -112,11 +104,11 @@ ynh_install_composer
#=================================================
# MODIFY A CONFIG FILE
#=================================================
#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%/}"
app_url_domain="https://$domain${path%/}"
#ynh_add_config --template=../conf/.env.example --destination=$install_dir/.env
ynh_add_config --template=../conf/.env.example --destination=$install_dir/.env
#=================================================
# FINAL BOOKSTACK INSTALL