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
|
# 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user