Update install-pingfinder.sh

This commit is contained in:
Minecon724 2025-08-10 11:50:37 +02:00
commit dbd50611b4

View file

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