mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Update upgrade
This commit is contained in:
parent
56f2dbbdad
commit
299e61f29f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ ynh_systemd_action --service_name=$app --action=stop --log_path=systemd
|
|||
#=================================================
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
|
||||
executable="$(find $install_dir -name "vikunja-*" \! -name "*.sha256")"
|
||||
mv "$executable" "$install_dir/vikunja"
|
||||
|
||||
|
|
Loading…
Reference in a new issue