Remove -t SOURCE and DIRECTORY reversal flag on install.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
pull/2310/head
Dan Schaper 6 years ago
parent b79ff05e29
commit ad20d5ac1c
No known key found for this signature in database
GPG Key ID: B4FF14C01CC08DC0

@ -2026,8 +2026,8 @@ FTLinstall() {
install -T -m 0755 "${PI_HOLE_LOCAL_REPO}/advanced/Templates/pihole-FTL.service" "/etc/init.d/pihole-FTL"
# Install template if it does not exist
if [[ ! -f /etc/pihole/pihole-FTL.conf ]]; then
install -o "${USER}" -Dm644 -t "${PI_HOLE_INSTALL_DIR}/advanced/Templates/pihole-FTL.conf" "/etc/pihole/pihole-FTL.conf"
if [[ ! -f "/etc/pihole/pihole-FTL.conf" ]]; then
install -o "${USER}" -Dm644 "${PI_HOLE_INSTALL_DIR}/advanced/Templates/pihole-FTL.conf" "/etc/pihole/pihole-FTL.conf"
fi
local ftlBranch

Loading…
Cancel
Save