1
0
Fork 0
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:
anmol26s 2018-09-05 18:59:28 +05:30
parent 4ddf61d007
commit 5abdf0c25e

View file

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