mirror of
https://github.com/YunoHost-Apps/prowlarr_ynh.git
synced 2024-09-03 20:16:07 +02:00
Add sleep at the end of restore in CI context
This commit is contained in:
parent
842e2e0c8a
commit
d80dfda45e
1 changed files with 4 additions and 0 deletions
|
@ -61,3 +61,7 @@ ynh_store_file_checksum --file="$data_dir/config.xml"
|
|||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Restoration completed for $app" --last
|
||||
|
||||
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
|
||||
sleep 5
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue