Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
0993581136984e5f80177987b08fa11bd4ef1541
/
.
/
scripts
/
hetzner
/
network.sh
blob: 37bef30fcb6039bc3b4e310f8a9c57007c7b2218 [
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"