bitwarden

This commit is contained in:
jaydee
2024-10-02 20:13:03 +02:00
parent 1756c1e68d
commit a376512839

View File

@@ -235,6 +235,7 @@ if _ACTION == "join":
pass
d_print("Running commad")
os.chdir(_FULL_PATH)
print(_FULL_PATH)
print(os.getcwd())
#proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
proc = subprocess.Popen(myCmd,stderr=subprocess.STDOUT)