.
diff --git a/acctonUseDpctl/util.py b/acctonUseDpctl/util.py
index bf10d3b..4163377 100755
--- a/acctonUseDpctl/util.py
+++ b/acctonUseDpctl/util.py
@@ -13,8 +13,8 @@
         assert(0)

 

     #apply dpctl command     

-    subprocess.call(os.getcwd()+"/dpctl tcp:"+switch_ip+":6633 "+cmd+" > "+test_tmp_file, shell=True)

-#    subprocess.call("dpctl tcp:"+switch_ip+":6633 "+cmd+" > "+test_tmp_file, shell=True)

+    #subprocess.call(os.getcwd()+"/dpctl tcp:"+switch_ip+":6633 "+cmd+" > "+test_tmp_file, shell=True)

+    subprocess.call("dpctl tcp:"+switch_ip+":6633 "+cmd+" > "+test_tmp_file, shell=True)

     time.sleep(0.2)

     

 def apply_dpctl_get_cmd(test, config, cmd):

diff --git a/dpctl b/dpctl
new file mode 100755
index 0000000..dd78d76
--- /dev/null
+++ b/dpctl
Binary files differ