fixup! fixup! fix: mantener siempre actualizados
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user