diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-03-20 04:30:39 -0500 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-03-20 04:30:39 -0500 |
commit | eab5eca5bda076aae57e6cc82b6e08dbd5025ff3 (patch) | |
tree | 560332dfd41f0948d13fec7d34ce25ccd6202313 /create | |
parent | 01e2662903dadce5903581eac738d0b413e521c2 (diff) |
new way of generating interfaces, only have to change hosts file now
Diffstat (limited to 'create')
-rwxr-xr-x | create | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |