Actually comment out a comment.

This commit is contained in:
Darren 'Tadgy' Austin 2026-03-19 20:02:06 +00:00
commit ff06547286

View file

@ -171,7 +171,7 @@ store_attributes() {
fi fi
PATHRECORD+="$PATHCOMPONENT/" PATHRECORD+="$PATHCOMPONENT/"
done <<<"$NAME" done <<<"$NAME"
Add the file itself to the database. # Add the file itself to the database.
if add_db_entry "$NAME"; then if add_db_entry "$NAME"; then
(( ADD_COUNT++ )) (( ADD_COUNT++ ))
else else