dunno how this got there
This commit is contained in:
parent
c0d67e2cc8
commit
d2019f2685
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ install() {
|
|||
# check for root perms
|
||||
if ! [ "$(id -u)" = 0 ]; then
|
||||
echo
|
||||
echo "ERROR: please run install with root permissions" >&2
|
||||
echo "ERROR: please run install with root permissions"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue