From 4ef2511b9e9ea2bbd8136b4478f0061f0e98c8f1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 26 Dec 2023 13:38:40 +0300 Subject: [PATCH] fix --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 22bbf2c..47c642b 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh if [ $(id -u) -ne 0 ]; then - echo "Run script without root" > &2 + echo "Run script without root" >&2 exit 1 fi