mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Wait 30s upon first install
This commit is contained in:
parent
8009af0671
commit
0db61d1ea7
1 changed files with 3 additions and 0 deletions
|
@ -158,6 +158,9 @@ fi
|
|||
#=================================================
|
||||
# MODIFY A CONFIG FILE
|
||||
#=================================================
|
||||
ynh_print_info --message="Waiting 30s to let Jellyfin fully start a first time..."
|
||||
sleep 30
|
||||
|
||||
ynh_script_progression --message="Configuring the settings..." --weight=1
|
||||
|
||||
ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" --line_match="Stopped Jellyfin Media Server" --timeout=15
|
||||
|
|
Loading…
Add table
Reference in a new issue