bento: remove useless comment

This commit is contained in:
Solene Rapenne 2022-09-29 18:15:02 +02:00
parent f14121f9bb
commit 9223913444
1 changed files with 0 additions and 1 deletions

1
bento
View File

@ -52,7 +52,6 @@ version_diff() {
do
test -d "${i}" || continue
# date calculation
LASTLOG=$(find "${i}/logs/" -type f | sort -n | tail -n 1)
LASTLOGVERSION="$(basename "$LASTLOG" | awk -F '_' '{ print $2 }' )"
EXPECTED_CONFIG="$(awk -F '=' -v host="${i}" 'host == $1 { print $2 }' states.txt)"