From dbd50611b4b6b5c8cdb7d419db4d2c34dca17311 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sun, 10 Aug 2025 11:50:37 +0200 Subject: [PATCH] Update install-pingfinder.sh --- install-pingfinder.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install-pingfinder.sh b/install-pingfinder.sh index 50d90f4..da88d3c 100644 --- a/install-pingfinder.sh +++ b/install-pingfinder.sh @@ -6,7 +6,6 @@ if ! systemd-notify --booted; then exit 1 fi - if ! [ $(id -u) = 0 ]; then echo "Must be run as root" exit 1