mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-12-26 20:21:00 +03:00
revert "chmod +x"
This commit is contained in:
parent
36795af863
commit
0f513261eb
@ -117,6 +117,7 @@ def create_automac_systemd(c):
|
|||||||
|
|
||||||
for local_path, remote_path in file_paths.items():
|
for local_path, remote_path in file_paths.items():
|
||||||
c.put(local_path, remote_path)
|
c.put(local_path, remote_path)
|
||||||
|
c.run(f"chmod +x {remote_path}")
|
||||||
|
|
||||||
#reload
|
#reload
|
||||||
c.run("systemctl daemon-reload")
|
c.run("systemctl daemon-reload")
|
||||||
@ -154,6 +155,7 @@ def create_autogit_systemd(c):
|
|||||||
|
|
||||||
for local_path, remote_path in file_paths.items():
|
for local_path, remote_path in file_paths.items():
|
||||||
c.put(local_path, remote_path)
|
c.put(local_path, remote_path)
|
||||||
|
c.run(f"chmod +x {remote_path}")
|
||||||
|
|
||||||
#reload
|
#reload
|
||||||
c.run("systemctl daemon-reload")
|
c.run("systemctl daemon-reload")
|
||||||
|
Loading…
Reference in New Issue
Block a user