From d2019f26852612303e0267bea4ab3968f5c7e845 Mon Sep 17 00:00:00 2001 From: maren Date: Sun, 14 Apr 2024 10:18:38 -0400 Subject: [PATCH] dunno how this got there --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5ee4e64..e84c514 100755 --- a/install.sh +++ b/install.sh @@ -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