This commit is contained in:
2025-07-29 15:05:05 +02:00
parent a2bbfd6f7f
commit d45dc100d9

View File

@@ -230,6 +230,8 @@ while True:
if moved_fine:
print("All files moved successfully")
print(f"Removing {_DEV_DIR}*")
myCmd = f"rm -rf {_DEV_DIR}/*"
status, output = subprocess.getstatusoutput(myCmd)
logging.debug("Umounting")