mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Fixed command for version variable in upgrade
This commit is contained in:
parent
4ddf61d007
commit
5abdf0c25e
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ ynh_install_php7
|
|||
# Download, check integrity, uncompress and patch the source from app.src and do required installation for update
|
||||
|
||||
#version check for 0.3
|
||||
version = sed -n 's/^future-release=//p' $final_path/.github_changelog_generator
|
||||
version=`sed -n 's/^future-release=//p' /var/www/kimai2/.github_changelog_generator`
|
||||
|
||||
# Uncompress latest sources
|
||||
ynh_setup_source "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue