Explorar el Código

suppress grep output

master
Katie Holly hace 5 años
padre
commit
6773df8eae
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 3D3115D5D95856F
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      offload-one

+ 1
- 1
offload-one Ver fichero

@@ -36,7 +36,7 @@ function mayicontinue {

mayicontinue

if test -z "${OFFLOAD_TARGET}" && ! cat ./offload_targets 2> /dev/null | grep -E '^rsync://[^/]+/[^/]+'; then
if test -z "${OFFLOAD_TARGET}" && ! cat ./offload_targets 2> /dev/null | grep -qE '^rsync://[^/]+/[^/]+'; then
echo "No valid offload target specified in OFFLOAD_TARGET environment variable or ./offload_targets file, aborting offload"
sleep 30
exit 1


Cargando…
Cancelar
Guardar