diff --git a/manifest.json b/manifest.json index 458a386..a001ca7 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "requirements": { "yunohost": ">= 3.6.0" }, - "version": "0.15.2~ynh2", + "version": "0.15.2~ynh3", "multi_instance": true, "services": [ "nginx" diff --git a/scripts/upgrade b/scripts/upgrade index 38327ba..23749cd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -148,6 +148,8 @@ ynh_replace_string "__PORT__" "$port" "$final_path/config.ini" ynh_replace_string "__PATH__" "$path_url" "$final_path/config.ini" ynh_replace_string "__FINALPATH__" "$final_path" "$final_path/config.ini" ynh_replace_string "__SALT__" "$salt" "$final_path/config.ini" +ynh_replace_string "__APP__" "$app" "$final_path/config.ini" +ynh_replace_string "__DOMAIN__" "$domain" "$final_path/config.ini" # Calculate and store the config file checksum into the app settings ynh_store_file_checksum "$final_path/config.ini"