mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Remove all --time flags for ynh_script_progression
This commit is contained in:
parent
05065ab077
commit
d046a31d9f
2 changed files with 3 additions and 3 deletions
|
@ -76,13 +76,13 @@ ynh_remove_logrotate
|
|||
|
||||
if [[ $discovery_service -eq 1 ]] && yunohost firewall list | grep -q "\- 1900$"
|
||||
then
|
||||
ynh_script_progression --message="Closing port 1900..." --time --weight=1
|
||||
ynh_script_progression --message="Closing port 1900..." --weight=1
|
||||
ynh_exec_warn_less yunohost firewall disallow UDP 1900
|
||||
fi
|
||||
|
||||
if [[ $discovery_client -eq 1 ]] && yunohost firewall list | grep -q "\- 7359$"
|
||||
then
|
||||
ynh_script_progression --message="Closing port 7359..." --time --weight=1
|
||||
ynh_script_progression --message="Closing port 7359..." --weight=1
|
||||
ynh_exec_warn_less yunohost firewall disallow UDP 7359
|
||||
fi
|
||||
|
||||
|
|
|
@ -129,7 +129,7 @@ ynh_exec_warn_less apt-get -f install $tempdir/jellyfin-web.deb -y -o Dpkg::Opti
|
|||
#=================================================
|
||||
# RESTORE SYSTEMD
|
||||
#=================================================
|
||||
ynh_script_progression --message="Restoring the systemd configuration..." --time --weight=1
|
||||
ynh_script_progression --message="Restoring the systemd configuration..." --weight=1
|
||||
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/jellyfin.service.d" --not_mandatory
|
||||
ynh_restore_file --origin_path="/lib/systemd/system/jellyfin.service"
|
||||
|
|
Loading…
Add table
Reference in a new issue