mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Fix install path
This commit is contained in:
parent
07e37d7fc3
commit
7fb6b71d52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue