Merge branch 'development' into fix/FTL_arch_detect_rpm

This commit is contained in:
DL6ER
2019-03-23 08:55:46 +01:00
6 changed files with 36 additions and 36 deletions

View File

@@ -131,8 +131,7 @@ removeNoPurge() {
echo -e " ${TICK} Removed /etc/cron.d/pihole"
fi
package_check lighttpd > /dev/null
if [[ $? -eq 1 ]]; then
if package_check lighttpd > /dev/null; then
${SUDO} rm -rf /etc/lighttpd/ &> /dev/null
echo -e " ${TICK} Removed lighttpd"
else