fixed double printing of match, removed additional arguments from db update query

This commit is contained in:
2026-05-30 09:36:09 +02:00
parent 8d8d4d8978
commit 34f396534d

View File

@@ -103,7 +103,7 @@ case "$command_args" in
# Update the cache # Update the cache
su_needed=true su_needed=true
command_args="-Fy" command_args="-Fy"
execute_command "${@}" execute_command
su_needed=false su_needed=false
command_args="-F" command_args="-F"
@@ -112,7 +112,7 @@ case "$command_args" in
# Update the cache # Update the cache
su_needed=true su_needed=true
command_args="-Fy" command_args="-Fy"
execute_command "${@}" execute_command
su_needed=false su_needed=false
command_args="-Fl" command_args="-Fl"