From 0a423ffd40bed3719b532c638d2439760b3abc6a Mon Sep 17 00:00:00 2001 From: trinapicot Date: Wed, 7 Dec 2016 20:31:34 -0700 Subject: [PATCH] Fix check for lighttpd install before configuration directory removal --- automated install/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/uninstall.sh b/automated install/uninstall.sh index 49ab197d..2bc4dd25 100755 --- a/automated install/uninstall.sh +++ b/automated install/uninstall.sh @@ -136,7 +136,7 @@ removeNoPurge() { fi echo "::: Removing config files and scripts..." - package_check ${i} > /dev/null + package_check lighttpd > /dev/null if [ $? -eq 1 ]; then ${SUDO} rm -rf /etc/lighttpd/ &> /dev/null else