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"