diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 2482908c0..d10317aca 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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