Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
91494a688c3f0287a9636659e3827fa2979501ea
/
.
/
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"