Commit ae0e7d99 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6341 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 1db19532
......@@ -347,9 +347,10 @@ check_hss_s6a_certificate() {
cd $OPENAIRCN_DIR/OPENAIRHSS/conf
./make_certs.sh ${1:-'eur'}
if [ $# -lt 2 ] ; then
check_hss_s6a_certificate ${1:-'eur'} 2
__i=check_hss_s6a_certificate ${1:-'eur'} 2
return $__i
fi
exit 1
return 1
}
check_install_usrp_uhd_driver(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment