scripts/100-get-vpc.py [81:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        print(cmd)
        out = subprocess.run(cmd, shell=True, capture_output=True)
        ol=len(out.stdout.decode().rstrip())
        if ol==0:
            print("No return from command exit ...")
            exit()
        print("ol="+str(ol))
        print(out.stdout.decode().rstrip())
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scripts/100-get-vpc.py [91:98]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        print(cmd)
        out = subprocess.run(cmd, shell=True, capture_output=True)
        ol=len(out.stdout.decode().rstrip())
        if ol==0:
            print("No return from command exit ...")
            exit()
        print("ol="+str(ol))
        print(out.stdout.decode().rstrip())
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



