Small fix

This commit is contained in:
Ben Gras 2005-07-26 13:14:59 +00:00
parent e110ef62e3
commit 2293ccfc45

View File

@ -27,7 +27,7 @@ while getopts '' opt; do usage; done
shift `expr $OPTIND - 1`
if [ "$USER" != root ]
then echo "Please run setupcd as root."
then echo "Please run setup as root."
exit 1
fi