1
0
Fork 0
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:
Éric Gaspar 2024-07-29 22:36:41 +02:00
parent f6315632b4
commit 6e2b072db6

View file

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