Éric Gaspar 3 лет назад
Родитель
Сommit
26c4c52a67
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      scripts/restore
  2. 1 1
      scripts/upgrade

+ 1 - 1
scripts/restore

@@ -77,7 +77,7 @@ ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ st
 #=================================================
 #=================================================
 # RESTORE THE NGINX CONFIGURATION
 # RESTORE THE NGINX CONFIGURATION
 #=================================================
 #=================================================
-ynh_script_progression --message="Restoring the NGINX web server configuration..." --time --weight=1
+ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=1
 
 
 ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
 ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
 
 

+ 1 - 1
scripts/upgrade

@@ -88,7 +88,7 @@ ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ st
 #=================================================
 #=================================================
 # NGINX CONFIGURATION
 # NGINX CONFIGURATION
 #=================================================
 #=================================================
-ynh_script_progression --message="Upgrading NGINX web server configuration..." --time --weight=1
+ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=1
 
 
 # Create a dedicated NGINX config
 # Create a dedicated NGINX config
 ynh_add_nginx_config
 ynh_add_nginx_config