Explorar el Código

* El tiempo empieza a contar después de la selección de componentes

Guzmán Castanedo Villalba hace 5 años
padre
commit
6b0082ec82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install

+ 1 - 1
install

@@ -2048,7 +2048,6 @@ configurarBackups() {
 }
 
 # Comprobación del sistema e inicialización
-	horaInicial=$(date +"%s")
 	inicializarVariables
 	OSInfo
 
@@ -2284,6 +2283,7 @@ configurarBackups() {
 	fi
 
 # Instalación Servidor Web
+	horaInicial=$(date +"%s")
 	if [ $apacheOn = true ]; then
 		echo -en "Instalando Servidor Web Apache..." | tee -a $logFile
 		instalarApache