1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/audiobookshelf_ynh.git synced 2024-09-03 18:06:19 +02:00

adding sleep

This commit is contained in:
Navan Chauhan 2022-04-19 11:59:28 -06:00 committed by GitHub
parent 500b08476c
commit 2572d829ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,4 +189,8 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Sleeping for 60 seconds" --weight=1
sleep 60
ynh_script_progression --message="Installation of $app completed" --last