1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/conduit_ynh.git synced 2024-09-03 18:16:30 +02:00
This commit is contained in:
Éric Gaspar 2024-05-03 17:38:35 +02:00
parent 6e1f96df4f
commit 99ceb08762
2 changed files with 2 additions and 2 deletions

View file

@ -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 = []

View file

@ -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"