From 574b7ce5f1aa45d854e52aa1bd154590d6d85647 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Apr 2023 14:10:59 +0200 Subject: [PATCH] use id command instead of variable --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8dd5660..4555ee8 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh # quick install (and run) script for upfast using systemd -if [ $EUID -ne 0] +if [ "$(id -u)" -ne 0 ] then echo "Please run as root" exit 1