From 44d6f3d6efaeb9b356a5e39a16445f9a7d3ef03e Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sun, 10 Aug 2025 11:54:07 +0200 Subject: [PATCH] Update install-pingfinder.sh --- install-pingfinder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-pingfinder.sh b/install-pingfinder.sh index d8503c2..143cc56 100644 --- a/install-pingfinder.sh +++ b/install-pingfinder.sh @@ -13,7 +13,7 @@ fi read -p "Enter your pingfinder UUID: " pingfinder_uuid -sed 's/pingfinder_uuid/$pingfinder_uuid/g' etc/systemd/system/pingfinder.service > /etc/systemd/system/pingfinder.service +sed "s/pingfinder_uuid/$pingfinder_uuid/g" etc/systemd/system/pingfinder.service > /etc/systemd/system/pingfinder.service cp etc/systemd/system/pingfinder.timer /etc/systemd/system/pingfinder.timer cp usr/local/bin/pingfinder.sh /usr/local/bin/pingfinder.sh chmod +x /usr/local/bin/pingfinder.sh