dunno how this got there

This commit is contained in:
maren 2024-04-14 10:18:38 -04:00
parent c0d67e2cc8
commit d2019f2685
1 changed files with 1 additions and 1 deletions

View File

@ -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