summaryrefslogtreecommitdiff
path: root/create
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-20 04:43:01 -0500
committerTom Barrett <tom@tombarrett.xyz>2020-03-20 04:43:01 -0500
commitc146a0ea62b03d9650bdb43986acb0afdf2ecba0 (patch)
tree2aa44962f79db4f1443c2679028cc81ce2225dda /create
parenteab5eca5bda076aae57e6cc82b6e08dbd5025ff3 (diff)
renaming, and setting error logsHEADmaster
Diffstat (limited to 'create')
-rwxr-xr-xcreate6
1 files changed, 3 insertions, 3 deletions
diff --git a/create b/create
index e7ff891..5a738f4 100755
--- a/create
+++ b/create
@@ -1,11 +1,11 @@
#!/bin/bash
set -e
-scripts/krb > logs/krb
+scripts/krb > logs/krb 2>logs/krb_err
lxc-info krb
-scripts/nfs > logs/nfs
+scripts/nfs > logs/nfs 2>logs/nfs_err
lxc-info nfs
-scripts/ldap > logs/ldap
+scripts/ldap > logs/ldap 2>logs/ldap_err
lxc-info ldap