FIX I forgot the UUID of root
This commit is contained in:
parent
ccc17c70d4
commit
899490a229
|
@ -103,7 +103,7 @@ run_makepkg() {
|
||||||
call_makepkg "xkb-hypermode"
|
call_makepkg "xkb-hypermode"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ ! "$(id -u)" = "1" ]]; then
|
if [[ ! "$(id -u)" = "0" ]]; then
|
||||||
echo "This script must be run as root. Exiting"
|
echo "This script must be run as root. Exiting"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue