diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 19:01:38 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 19:01:38 -0500 |
commit | 03cf0966b1fbaefa434b706a65ff6d2d1479f0fd (patch) | |
tree | a5c0c2f88bfa0bb9e71fb018d7086e59d2ff7919 /src/share/ma/setup | |
parent | 6c048ca2dc8ca4ae7708ce8ee5c578ab4ed73c8b (diff) |
fix arg parsing in add_certifier to allow of - for stdin read.
Diffstat (limited to 'src/share/ma/setup')
-rw-r--r-- | src/share/ma/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/ma/setup b/src/share/ma/setup index 8929871..e77afff 100644 --- a/src/share/ma/setup +++ b/src/share/ma/setup @@ -13,7 +13,7 @@ setup() { # make all needed directories - log debug "make authentication directory structure..." + log debug "checking authentication directory structure..." mkdir -p "${MADATADIR}" chmod 0750 "${MADATADIR}" chgrp "$MONKEYSPHERE_USER" "${MADATADIR}" |