Skip to content

Commit

Permalink
accept commit suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Di Stefano <[email protected]>
  • Loading branch information
jadhaj and aleskandro authored Nov 5, 2024
1 parent 7d3f9f5 commit 538b0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/fcos-bastion-image/root/usr/bin/clean-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ do
echo "<3>$cluster to continue being preserved, skipping..." && continue
[ "${enddate}" -le "${nowdate}" ] && \
echo "<3>$cluster no longer to be preserved"
rm -f "$cluster_folder/preserve"
fi
echo "<3>$cluster is more than 24 hours old and not preserved, starting the pruning...."
rm -f "$cluster_folder/preserve"
prune_nodes "$cluster"
done < <(find /var/builds/ -maxdepth 1 -type d -mmin +1440 -print0)

Expand Down

0 comments on commit 538b0b3

Please sign in to comment.