Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
e71e8143cdac0fc89bb3a90fc8c90e6c7c8946fb
/
.
/
scripts
/
hetzner
/
network.sh
blob: 37fac693a2b667e0ea7990f87316079a67fe5615 [
file
] [
log
] [
blame
]
Giorgi Lekveishvili
29c95ca
2023-11-06 14:44:00 +0400
[
diff
] [
blame
]
1
#!/bin/sh
2
3
ssh root@h01
"systemctl restart systemd-networkd"
4
ssh root@h02
"systemctl restart systemd-networkd"
5
ssh root@h03
"systemctl restart systemd-networkd"