Explorar el Código

* Correción de errores

Guzmán Castanedo Villalba hace 5 años
padre
commit
86f8f6908b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      check-sites

+ 2 - 0
check-sites

@@ -182,10 +182,12 @@ while true; do
 		--nginx)
 			nginx=true
 			apache=false
+			shift
 			;;
 		--apache)
 			nginx=false
 			apache=true
+			shift
 			;;
 		--no-email)
 			email=false