Small fix
This commit is contained in:
parent
e110ef62e3
commit
2293ccfc45
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user