summaryrefslogtreecommitdiff
path: root/create
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 /create
parent01e2662903dadce5903581eac738d0b413e521c2 (diff)
new way of generating interfaces, only have to change hosts file now
Diffstat (limited to 'create')
-rwxr-xr-xcreate8
1 files changed, 4 insertions, 4 deletions
diff --git a/create b/create
index 9790514..e7ff891 100755
--- a/create
+++ b/create
@@ -1,11 +1,11 @@
#!/bin/bash
set -e
-scripts/kerberos > logs/kerberos
-lxc-info -n kerberos
+scripts/krb > logs/krb
+lxc-info krb
scripts/nfs > logs/nfs
-lxc-info -n nfs
+lxc-info nfs
scripts/ldap > logs/ldap
-lxc-info -n ldap
+lxc-info ldap