1
0
Fork 0
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:
tituspijean 2024-02-12 23:11:46 +01:00
parent 842e2e0c8a
commit d80dfda45e
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

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