From 99ceb08762d37b459f3afe45778e3aa51b0eba5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 3 May 2024 17:38:35 +0200 Subject: [PATCH] fix --- manifest.toml | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index eae82a0..771e0f7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Conduit" description.en = "Simple, fast and reliable chat server powered by Matrix" description.fr = "Serveur de chat simple, rapide et fiable alimenté par Matrix" -version = "0.7.0~ynh1" +version = "0.7.0~ynh2" maintainers = [] diff --git a/scripts/upgrade b/scripts/upgrade index 1d978fa..b5b16b0 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -23,7 +23,7 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" #================================================= ynh_script_progression --message="Upgrading source files..." --weight=1 -ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="conduit.toml" +ynh_setup_source --dest_dir="$install_dir" --keep="conduit.toml" chown -R $app:root "$install_dir" chmod +x "$install_dir/conduit"