WIP
This commit is contained in:
parent
3996413a8f
commit
8aab434b9f
@ -87,7 +87,7 @@ class MachineData():
|
|||||||
result_file.close()
|
result_file.close()
|
||||||
|
|
||||||
st = os.stat(file_path)
|
st = os.stat(file_path)
|
||||||
os.chmod(file_path, 0o0777)
|
os.chmod(f"{file_path}/run.sh", 0o0777)
|
||||||
|
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
print(str(ex))
|
print(str(ex))
|
||||||
|
Loading…
Reference in New Issue
Block a user