diff --git a/scripts/ors/2-get-host-ID b/scripts/ors/2-get-host-ID index 3c0677c0632e69b7104df90a6c1cf22888887e32..4ef1c352bd3024de555a430b3a6dda1199d957f0 100755 --- a/scripts/ors/2-get-host-ID +++ b/scripts/ors/2-get-host-ID @@ -1,10 +1,10 @@ #!/bin/bash -for SOFT in enb ue mme; do - if [ -f "/root/.amarisoft/lte$SOFT.key" ]; then - cat /root/.amarisoft/lte$SOFT.key | tail -c+261| head -n1; - exit; - fi -done +#for SOFT in enb ue mme; do +# if [ -f "/root/.amarisoft/lte$SOFT.key" ]; then +# cat /root/.amarisoft/lte$SOFT.key | tail -c+261| head -n1; +# exit; +# fi +#done if [ "$#" -eq 2 ]; then BINARY_PATH="$1" BINARY_CONFIG="$2"