mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
fix
This commit is contained in:
parent
6e1f96df4f
commit
99ceb08762
2 changed files with 2 additions and 2 deletions
|
@ -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 = []
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue