mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Remove resundant code (FTL will later be enabled by enable_service)
This commit is contained in:
parent
90ccbef431
commit
77b3764481
1 changed files with 0 additions and 3 deletions
|
@ -1178,9 +1178,6 @@ FTLinstall() {
|
|||
install -T -m 0755 /tmp/${binary} /usr/bin/pihole-FTL
|
||||
cd "${orig_dir}"
|
||||
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."
|
||||
return 0
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue