mirror of
https://gitlab.sectorq.eu/jaydee/auto_import.git
synced 2025-12-14 10:34:53 +01:00
build
This commit is contained in:
@@ -230,6 +230,8 @@ while True:
|
|||||||
if moved_fine:
|
if moved_fine:
|
||||||
print("All files moved successfully")
|
print("All files moved successfully")
|
||||||
print(f"Removing {_DEV_DIR}*")
|
print(f"Removing {_DEV_DIR}*")
|
||||||
|
myCmd = f"rm -rf {_DEV_DIR}/*"
|
||||||
|
status, output = subprocess.getstatusoutput(myCmd)
|
||||||
logging.debug("Umounting")
|
logging.debug("Umounting")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user