mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-08 23:20:56 +00:00
Merge pull request #1532 from pi-hole/fix/tempfiles
Delete temporary files after installing the FTL binary. Fixes #1525
This commit is contained in:
commit
2b6709d83f
@ -1277,6 +1277,7 @@ FTLinstall() {
|
|||||||
echo -n "transferred... "
|
echo -n "transferred... "
|
||||||
stop_service pihole-FTL &> /dev/null
|
stop_service pihole-FTL &> /dev/null
|
||||||
install -T -m 0755 /tmp/${binary} /usr/bin/pihole-FTL
|
install -T -m 0755 /tmp/${binary} /usr/bin/pihole-FTL
|
||||||
|
rm /tmp/${binary} /tmp/${binary}.sha1
|
||||||
cd "${orig_dir}"
|
cd "${orig_dir}"
|
||||||
install -T -m 0755 "${PI_HOLE_LOCAL_REPO}/advanced/pihole-FTL.service" "/etc/init.d/pihole-FTL"
|
install -T -m 0755 "${PI_HOLE_LOCAL_REPO}/advanced/pihole-FTL.service" "/etc/init.d/pihole-FTL"
|
||||||
echo "done."
|
echo "done."
|
||||||
|
Loading…
Reference in New Issue
Block a user