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

Update upgrade

This commit is contained in:
yalh76 2021-04-10 17:57:35 +02:00
parent 7e5658dae6
commit d4057e3445

View file

@ -70,7 +70,7 @@ if ! ynh_permission_exists --permission="api"; then
fi
#=================================================
# BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
#=================================================
ynh_script_progression --message="Backing up the app before upgrading (may take a while)..."
@ -149,9 +149,9 @@ ynh_script_progression --message="Upgrading systemd configuration..."
ynh_add_systemd_config
#=================================================
# ADD A CONFIGURATION
# UPDATE A CONFIG FILE
#=================================================
ynh_script_progression --message="Adding a config file..."
ynh_script_progression --message="Updating a config file..."
ynh_add_config --template="../conf/config.ini" --destination="$final_path/config.ini"