removing extra lines

I did not find the purpose of their use
This commit is contained in:
EugeneBogush 2022-09-05 10:32:05 +03:00 committed by Sukchan Lee
parent c716a1294a
commit e55d4d8300
1 changed files with 0 additions and 3 deletions

View File

@ -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