From 0598eb52ef79e587d8b68039a18515cfd8e6e2bc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 30 Jan 2019 15:46:06 -0600 Subject: [PATCH] Update uninstall-linupx.sh --- uninstall-linupx.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uninstall-linupx.sh b/uninstall-linupx.sh index 3a77496..fd537dc 100755 --- a/uninstall-linupx.sh +++ b/uninstall-linupx.sh @@ -15,6 +15,8 @@ echo -e "${idsCL[LightGreen]}LinUPx Removal Script${idsCL[Default]}" do_with_root set -eu do_with_root rm -f /usr/local/bin/runup do_with_root rm -Rf /opt/idssys/linupx +do_with_root rm -Rf /opt/idssys/LinUpx +do_with_root rm -Rf /opt/LinUPx if [ -d "/opt/idssys" ]; then IDSSYSF="`ls -l /opt/idssys/ | grep -c ^d`"