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:
parent
126e8d8a39
commit
9616f567ba
1 changed files with 5 additions and 0 deletions
|
@ -81,4 +81,9 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --l
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue