mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-12-26 04:01:00 +03:00
С->C
This commit is contained in:
parent
53fcb38777
commit
e898e4e21e
@ -230,7 +230,7 @@ def copy_etc(c):
|
|||||||
c.run(f"mkdir -p {dest_item}")
|
c.run(f"mkdir -p {dest_item}")
|
||||||
print(f"Restore: {item} -> {dest_item}")
|
print(f"Restore: {item} -> {dest_item}")
|
||||||
|
|
||||||
print(f"[VestaSync] Сopy source .git...")
|
print(f"[VestaSync] Copy source .git...")
|
||||||
c.run(f"cp -R /mnt/data/{args.source_hostname}_etc/.git /mnt/data/etc/.git")
|
c.run(f"cp -R /mnt/data/{args.source_hostname}_etc/.git /mnt/data/etc/.git")
|
||||||
|
|
||||||
print(f"[VestaSync] Remove source etc...")
|
print(f"[VestaSync] Remove source etc...")
|
||||||
|
Loading…
Reference in New Issue
Block a user