From e55d4d830096b0f8526cfbd8abd93bffe8341996 Mon Sep 17 00:00:00 2001 From: EugeneBogush Date: Mon, 5 Sep 2022 10:32:05 +0300 Subject: [PATCH] removing extra lines I did not find the purpose of their use --- misc/db/open5gs-dbctl | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/db/open5gs-dbctl b/misc/db/open5gs-dbctl index 67232fc97..9094ee9f6 100755 --- a/misc/db/open5gs-dbctl +++ b/misc/db/open5gs-dbctl @@ -689,8 +689,5 @@ if [ "$1" = "showfiltered" ]; then mongo --eval "db.subscribers.find({},{'_id':0,'imsi':1,'security.k':1, 'security.opc':1,'slice.session.name':1,'slice.session.ue.addr':1})" $DB_URI exit $? fi - echo "open5gs-dbctl: incorrect number of args, format is \"open5gs-dbctl add imsi key opc\"" - exit 1 -fi display_help