From 34f396534de727175f3439f7bcf10ad1ae80bc83 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sat, 30 May 2026 09:36:09 +0200 Subject: [PATCH] fixed double printing of match, removed additional arguments from db update query --- pman.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pman.sh b/pman.sh index 4cc9f14..f948177 100755 --- a/pman.sh +++ b/pman.sh @@ -103,7 +103,7 @@ case "$command_args" in # Update the cache su_needed=true command_args="-Fy" - execute_command "${@}" + execute_command su_needed=false command_args="-F" @@ -112,7 +112,7 @@ case "$command_args" in # Update the cache su_needed=true command_args="-Fy" - execute_command "${@}" + execute_command su_needed=false command_args="-Fl"