From 2293ccfc45ec69e8ad41e78cd5ffa283ffbfe3e5 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 26 Jul 2005 13:14:59 +0000 Subject: [PATCH] Small fix --- commands/scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0