aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
Diffstat (limited to 'firma')
-rwxr-xr-xfirma6
1 files changed, 3 insertions, 3 deletions
diff --git a/firma b/firma
index 47a6428..0f30772 100755
--- a/firma
+++ b/firma
@@ -881,7 +881,7 @@ function NewList {
LIST_HOMEDIR=${LIST_HOMEDIR:-"$LIST_PATH"}
if [ -d "$LIST_HOMEDIR" ]; then
- echo "cannot create $LIST_NAME: List already exists at $LIST_HOMEDIR"
+ echo "Cannot create list $LIST_NAME: List already exists at $LIST_HOMEDIR"
return_code=1
else
@@ -1075,11 +1075,11 @@ EOF
chown -R $FIRMA_USER.$FIRMA_GROUP $LIST_HOMEDIR
fi
else
- echo "$(basename $0): cannot create $LIST_HOMEDIR: Installation aborted"
+ echo "Cannot create list $LIST_HOMEDIR: Installation aborted"
return_code=1
fi
else
- echo " Could not create list homedir $LIST_HOMEDIR."
+ echo "Could not create list homedir $LIST_HOMEDIR."
return_code=1
fi
fi