dom0/dom0-updates: typo fix
This commit is contained in:
parent
e1ccda362c
commit
7cf4abb04e
@ -47,7 +47,7 @@ while [ $# -gt 0 ]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
ID=$(id -ur)
|
ID=$(id -ur)
|
||||||
if [ $ID != 0 -a -z "$GUI" -z "$CHECK_ONLY" ] ; then
|
if [ $ID != 0 -a -z "$GUI" -a -z "$CHECK_ONLY" ] ; then
|
||||||
echo "This script should be run as root (when used in console mode), use sudo." >&2
|
echo "This script should be run as root (when used in console mode), use sudo." >&2
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user