summaryrefslogtreecommitdiff
path: root/destroy
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-20 04:30:39 -0500
committerTom Barrett <tom@tombarrett.xyz>2020-03-20 04:30:39 -0500
commiteab5eca5bda076aae57e6cc82b6e08dbd5025ff3 (patch)
tree560332dfd41f0948d13fec7d34ce25ccd6202313 /destroy
parent01e2662903dadce5903581eac738d0b413e521c2 (diff)
new way of generating interfaces, only have to change hosts file now
Diffstat (limited to 'destroy')
-rwxr-xr-xdestroy12
1 files changed, 6 insertions, 6 deletions
diff --git a/destroy b/destroy
index 4f26cc9..d8f7712 100755
--- a/destroy
+++ b/destroy
@@ -1,13 +1,13 @@
#!/bin/bash
-lxc-stop -n kerberos
-lxc-destroy -n kerberos
+lxc-stop krb
+lxc-destroy krb
ssh-keygen -R "192.168.122.100"
-lxc-stop -n nfs
-lxc-destroy -n nfs
+lxc-stop nfs
+lxc-destroy nfs
ssh-keygen -R "192.168.122.110"
-lxc-stop -n ldap
-lxc-destroy -n ldap
+lxc-stop ldap
+lxc-destroy ldap
ssh-keygen -R "192.168.122.120"