fixed double printing of match, removed additional arguments from db update query
This commit is contained in:
4
pman.sh
4
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"
|
||||
|
||||
Reference in New Issue
Block a user