Update install-pingfinder.sh
This commit is contained in:
parent
ec45fa0678
commit
44d6f3d6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ fi
|
||||||
|
|
||||||
read -p "Enter your pingfinder UUID: " pingfinder_uuid
|
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 etc/systemd/system/pingfinder.timer /etc/systemd/system/pingfinder.timer
|
||||||
cp usr/local/bin/pingfinder.sh /usr/local/bin/pingfinder.sh
|
cp usr/local/bin/pingfinder.sh /usr/local/bin/pingfinder.sh
|
||||||
chmod +x /usr/local/bin/pingfinder.sh
|
chmod +x /usr/local/bin/pingfinder.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue