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:
parent
c53d218357
commit
00006e15d9
1 changed files with 3 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue