Remove resundant code (FTL will later be enabled by enable_service)

pull/1244/head
DL6ER 7 years ago
parent 90ccbef431
commit 77b3764481
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -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…
Cancel
Save