Skip to content

Commit 875fc6e

Browse files
Geoffroy Van Cutsemlirui34
authored andcommitted
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>
1 parent a6df744 commit 875fc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started/gsg_quick_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ do
183183
done
184184

185185
# -t opt is must
186-
if [[ -z $1 ]]; then
186+
if [[ -z $1 || $EUID -ne 0 ]]; then
187187
print_help
188188
fi
189189

0 commit comments

Comments
 (0)