| Giorgi Lekveishvili | a4552a3 | 2023-07-20 10:18:07 +0400 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |||||
| 3 | ssh root@135.181.48.180 "k3s-uninstall.sh" | ||||
| 4 | ssh root@65.108.39.172 "k3s-uninstall.sh" | ||||
| 5 | ssh root@65.108.39.171 "k3s-uninstall.sh" | ||||
| 6 | |||||
| 7 | ssh root@135.181.48.180 "sudo rm -rf /root-storage/*" | ||||
| 8 | ssh root@65.108.39.172 "sudo rm -rf /root-storage/*" | ||||
| 9 | ssh root@65.108.39.171 "sudo rm -rf /root-storage/*" | ||||