mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Remove resundant code (FTL will later be enabled by enable_service)
This commit is contained in:
parent
90ccbef431
commit
77b3764481
@ -1178,9 +1178,6 @@ FTLinstall() {
|
|||||||
install -T -m 0755 /tmp/${binary} /usr/bin/pihole-FTL
|
install -T -m 0755 /tmp/${binary} /usr/bin/pihole-FTL
|
||||||
cd "${orig_dir}"
|
cd "${orig_dir}"
|
||||||
install -T -m 0755 "/etc/.pihole/advanced/pihole-FTL.service" "/etc/init.d/pihole-FTL"
|
install -T -m 0755 "/etc/.pihole/advanced/pihole-FTL.service" "/etc/init.d/pihole-FTL"
|
||||||
update-rc.d pihole-FTL defaults
|
|
||||||
# startup on boot
|
|
||||||
update-rc.d pihole-FTL enable
|
|
||||||
echo "done."
|
echo "done."
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user