Skip to content

Commit f86549a

Browse files
authored
Merge pull request #4 from yuriescl/log_fix
log fix
2 parents fab4ef7 + a538f25 commit f86549a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

runoverssh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,6 @@ if [ -z "${log_enabled}" ]; then
270270
log_file="/dev/null"
271271
fi
272272

273-
if [ -f "${log_file}" ]; then
274-
rm "${log_file}"
275-
fi
276-
277273
# Connect to each host and execute the command/script
278274
if [ -n "${no_pw}" ]; then
279275
for host in "${hosts[@]}"

0 commit comments

Comments
 (0)