better diagnostic message

This commit is contained in:
fgerlits 2007-02-16 12:50:33 +00:00
parent c0ade94a12
commit a78fc227a4
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@ test_result=`chgrp $apache_group $group_tmp_file 2> /dev/null`
if [ $? != 0 ]; then
rm -f $group_tmp_file;
echo "Unable to use apache deamon group $apache_group.";
echo "Please check if $apache_group is a correct user group.";
echo "Please check if $apache_group is a correct user group,";
echo "and that the current user is a member of this group.";
exit 1;
fi
rm -f $group_tmp_file;