Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
ae1a4a47226f02c0f2ffc3edd9e5e68d49f861e5
/
.
/
scripts
/
hetzner
/
network.sh
blob: 37fac693a2b667e0ea7990f87316079a67fe5615 [
file
] [
log
] [
blame
]
#!/bin/sh
ssh root@h01
"systemctl restart systemd-networkd"
ssh root@h02
"systemctl restart systemd-networkd"
ssh root@h03
"systemctl restart systemd-networkd"