mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +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
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user