Convert from two to four space indetation
Signed-Off-By: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
e6893bc419
commit
ff71379a8e
|
@ -167,13 +167,11 @@ removeNoPurge() {
|
|||
# Remove FTL
|
||||
if command -v pihole-FTL &> /dev/null; then
|
||||
echo -ne " ${INFO} Removing pihole-FTL..."
|
||||
|
||||
if [[ -x "$(command -v systemctl)" ]]; then
|
||||
systemctl stop pihole-FTL
|
||||
else
|
||||
service pihole-FTL stop
|
||||
fi
|
||||
|
||||
${SUDO} rm -f /etc/init.d/pihole-FTL
|
||||
${SUDO} rm -f /usr/bin/pihole-FTL
|
||||
echo -e "${OVER} ${TICK} Removed pihole-FTL"
|
||||
|
|
Loading…
Reference in New Issue