mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 07:41:41 +00:00
la logica estaba invertida
This commit is contained in:
parent
b5e3d57a3b
commit
f0fb5e69ef
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ find -L ./_sites -mindepth 3 -maxdepth 3 -name .generate \
|
|||
# vinculados entre sí, volvemos a chequear si existe el archivo para
|
||||
# no generarlo dos veces
|
||||
test -f "${_path}/.generate" || continue
|
||||
test -f "${_path}/.generating" || continue
|
||||
test -f "${_path}/.generating" && continue
|
||||
|
||||
# Obtenemos las direcciones de correo de las responsables
|
||||
_mail=($(cat "${_path}/.usuarias"))
|
||||
|
|
Loading…
Reference in a new issue