diff --git a/install-pingfinder.sh b/install-pingfinder.sh index 07e5746..68c8486 100644 --- a/install-pingfinder.sh +++ b/install-pingfinder.sh @@ -8,7 +8,7 @@ fi read -p "Enter your pingfinder UUID: " pingfinder_uuid -sed 's/pingfinder_uuid/$pingfinder_uuid/d' etc/systemd/system/pingfinder.timer > /etc/systemd/system/pingfinder.timer +sed 's/pingfinder_uuid/$pingfinder_uuid/g' etc/systemd/system/pingfinder.timer > /etc/systemd/system/pingfinder.timer 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