Update doc/getting-started/gsg_quick_setup.sh

Thanks for your comments, I will fix it in next release.

Co-Authored-By: lirui34 <48583653+lirui34@users.noreply.github.com>
This commit is contained in:
Geoffroy Van Cutsem 2019-03-20 18:01:54 +08:00 committed by David Kinder
parent a6df744047
commit 875fc6e8a9

View File

@ -183,7 +183,7 @@ do
done done
# -t opt is must # -t opt is must
if [[ -z $1 ]]; then if [[ -z $1 || $EUID -ne 0 ]]; then
print_help print_help
fi fi