1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lidarr_ynh.git synced 2024-09-03 19:35:58 +02:00

Wait a bit after upgrade for CI tests

This commit is contained in:
tituspijean 2024-05-14 22:49:46 +02:00
parent 126e8d8a39
commit 9616f567ba
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -81,4 +81,9 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --l
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
# Let's wait a bit for migrations to happen
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
sleep 5
fi
ynh_script_progression --message="Upgrade of $app completed" --last ynh_script_progression --message="Upgrade of $app completed" --last