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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-02-05 20:45:09 +01:00
parent 308d25c7cc
commit b4745fda8e

View file

@ -48,15 +48,15 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep="config.json"
ynh_setup_source --dest_dir="$install_dir" #--keep="config.json"
fi
#=================================================
# ADD A CONFIGURATION
#=================================================
#ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_script_progression --message="Adding a configuration file..." --weight=1
#ynh_add_config --template="../conf/config.json" --destination="$install_dir/config.json"
ynh_add_config --template="../conf/config.json" --destination="$install_dir/config.json"
#=================================================
# NGINX CONFIGURATION