fixup! fixup! fix: mantener siempre actualizados

This commit is contained in:
fauno
2026-06-18 16:48:01 -03:00
parent 2bb395e340
commit d43f69cf85
+1 -1
View File
@@ -47,7 +47,7 @@ for _host in "${hosts[@]}"; do
fi
# Saltear si no el host existe y no estamos forzando o actualizando
if test -f "${_hostdest}"; then
if test -e "${_hostdest}"; then
${FORCE} && rm -f "${nodedir}/hosts/${_host}"
fi