revert "chmod +x"

This commit is contained in:
vvzvlad 2023-04-18 18:38:06 +07:00
parent 36795af863
commit 0f513261eb

View File

@ -117,6 +117,7 @@ def create_automac_systemd(c):
for local_path, remote_path in file_paths.items():
c.put(local_path, remote_path)
c.run(f"chmod +x {remote_path}")
#reload
c.run("systemctl daemon-reload")
@ -154,6 +155,7 @@ def create_autogit_systemd(c):
for local_path, remote_path in file_paths.items():
c.put(local_path, remote_path)
c.run(f"chmod +x {remote_path}")
#reload
c.run("systemctl daemon-reload")