1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 12:40:56 +00:00

Cosmetics

This commit is contained in:
DL6ER 2017-02-21 16:42:52 +01:00
parent 4f85ace525
commit 1645677c3a
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -1174,7 +1174,7 @@ FTLinstall() {
cd /tmp cd /tmp
if sha1sum --status --quiet -c "${binary}".sha1; then if sha1sum --status --quiet -c "${binary}".sha1; then
echo -n "transferred... " echo -n "transferred... "
stop_service pihole-FTL 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
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"