1. Transitioned to using latest asn1c compiler
[ric-app/admin.git] / init / init_script.py
index 3073b17..f357f90 100644 (file)
@@ -136,6 +136,8 @@ if __name__ == "__main__":
         print("Error! No configuration file specified\n");
         sys.exit(1);
         
+    if len(sys.argv) > 2:
+        cmd = sys.argv[2];
 
     with open(config_file, 'r') as f:
          try: