1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Fixing upgrade error

This commit is contained in:
yalh76 2019-12-30 20:23:46 +01:00
parent c53d218357
commit 00006e15d9

View file

@ -46,6 +46,9 @@ fi
# CHECK VERSION NUMBER
#=================================================
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
sleep 60
fi
abort_if_up_to_date
# previous function is what defines 'version', more precisely the 'previous version'
previous_version="${version}"