From 42d84962c4014d4f0f8227e247efe9183dd1155d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 30 Jan 2019 13:03:47 -0600 Subject: [PATCH] Update uninstall-linupx.sh --- uninstall-linupx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall-linupx.sh b/uninstall-linupx.sh index 3798dc6..3a77496 100755 --- a/uninstall-linupx.sh +++ b/uninstall-linupx.sh @@ -14,7 +14,7 @@ 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 if [ -d "/opt/idssys" ]; then IDSSYSF="`ls -l /opt/idssys/ | grep -c ^d`"