Fix SONAR warnings. Update RMR version and MC listener version
[ric-app/mc.git] / mc-core / container_start.sh
index ea3d3a9..2bcc347 100755 (executable)
@@ -44,7 +44,7 @@
 # MUST have a posix style function declaration!
 unreg() {
        trap - EXIT                                             # prevent running this again when we force the exit
-       /playpen/bin/xam_register -U
+       /playpen/bin/xam_register.sh -U
        exit
 }