Fix install path

This commit is contained in:
DL6ER 2017-02-13 14:40:31 +01:00
parent 07e37d7fc3
commit 7fb6b71d52
No known key found for this signature in database
GPG Key ID: BB8EC0BC77973A30
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ FTLdownload() {
}
FTLinstall() {
install -m 0755 /opt/pihole-FTL /usr/local/bin
install -m 0755 /opt/pihole/pihole-FTL /usr/local/bin
touch /var/log/pihole-FTL.log /var/run/pihole-FTL.pid /var/run/pihole-FTL.port
chmod 0666 /var/log/pihole-FTL.log /var/run/pihole-FTL.pid /var/run/pihole-FTL.port
}