mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Fix upgrade step
This commit is contained in:
parent
67befa5312
commit
fc245b6354
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ apt-key del A14F4FCA
|
|||
# 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