1
0
Fork 0
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:
yalh76 2019-12-31 18:30:07 +01:00
parent 67befa5312
commit fc245b6354

View file

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