mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
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:
parent
a6df744047
commit
875fc6e8a9
@ -183,7 +183,7 @@ do
|
||||
done
|
||||
|
||||
# -t opt is must
|
||||
if [[ -z $1 ]]; then
|
||||
if [[ -z $1 || $EUID -ne 0 ]]; then
|
||||
print_help
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user