mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 06:49:11 +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():
|
||||
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")
|
||||
|
Loading…
Reference in New Issue
Block a user