Skip to content

Commit 950a893

Browse files
committed
Add pihole-FTL bash completion
Signed-off-by: yubiuser <[email protected]>
1 parent d7bb7a3 commit 950a893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ RUN cd /etc/.pihole && \
9090
install -Dm755 -d /var/log/pihole && \
9191
install -Dm755 -d /var/lib/logrotate && \
9292
install -Dm755 -t /usr/local/bin pihole && \
93-
install -Dm644 ./advanced/bash-completion/pihole /etc/bash_completion.d/pihole && \
93+
install -Dm644 ./advanced/bash-completion/pihole.bash /etc/bash_completion.d/pihole && \
94+
install -Dm644 ./advanced/bash-completion/pihole-ftl.bash /etc/bash_completion.d/pihole-FTL && \
9495
install -T -m 0755 ./advanced/Templates/pihole-FTL-prestart.sh /opt/pihole/pihole-FTL-prestart.sh && \
9596
install -T -m 0755 ./advanced/Templates/pihole-FTL-poststop.sh /opt/pihole/pihole-FTL-poststop.sh && \
9697
addgroup -S pihole -g ${PIHOLE_GID} && adduser -S pihole -G pihole -u ${PIHOLE_UID} && \

0 commit comments

Comments
 (0)