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
f6315632b4
commit
6e2b072db6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,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"
|
||||
executable="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
|
||||
executable="$(find $install_dir -name "vikunja-*" \! -name "*.sha256")"
|
||||
ln -s "$executable" "$install_dir/vikunja"
|
||||
|
||||
chmod +x "$install_dir/vikunja"
|
||||
|
|
Loading…
Reference in a new issue